Skip to content

Commit d797bd2

Browse files
committed
Feat(temperature_convertor) add new css
1 parent faa29f6 commit d797bd2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Temperature-convertor/style.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ h1, h2 {
3636
color: #86b0ff;
3737
text-align: center;
3838
}
39-
39+
label {
40+
font-size: 17px;
41+
}
4042
button {
4143
display: inline-block;
4244
outline: none;
@@ -59,7 +61,9 @@ button {
5961

6062
.btn-section {
6163
display: flex;
62-
justify-content: space-around;
64+
justify-content: space-between;
65+
margin-top: 15px;
66+
margin-bottom: 15px;
6367
}
6468

6569
.btn-section button {
@@ -75,13 +79,13 @@ button {
7579
}
7680

7781
#form {
78-
max-width: 500px;
82+
max-width: 600px;
7983
min-width: 450px;
8084
min-height: 200px;
8185
display: flex;
8286
flex-direction: column;
8387
justify-content: space-around;
84-
height: 400px;
88+
height: 500px;
8589
padding: 35px;
8690
border: 1px solid rgba(255, 255, 255, .25);
8791
border-radius: 20px;

0 commit comments

Comments
 (0)