Skip to content

Commit 0314c90

Browse files
committed
Update css
1 parent 80cfeb2 commit 0314c90

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Password-generator/style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ body{
44
display: flex;
55
justify-content: center;
66
background-color: #f2f2f2;
7+
78
}
8-
.result-container{
9-
height: 15px;
9+
#result{
10+
height: 35px;
1011
text-align: center;
12+
font-size: 30px;
1113
font-weight: bold;
1214
}
1315
.input_class {
@@ -34,6 +36,7 @@ body{
3436
h1, h2 {
3537
color: #86b0ff;
3638
text-align: center;
39+
font-size: 35px;
3740
}
3841
.container {
3942
display: flex;
@@ -50,7 +53,9 @@ h1, h2 {
5053
flex-direction: column;
5154
justify-content: space-between;
5255
height: 50%;
53-
56+
width: 350px;
57+
font-size: 20px;
58+
font-weight: bold;
5459
}
5560
.setting{
5661
display: flex;

0 commit comments

Comments
 (0)