We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa29f6 commit d797bd2Copy full SHA for d797bd2
Temperature-convertor/style.css
@@ -36,7 +36,9 @@ h1, h2 {
36
color: #86b0ff;
37
text-align: center;
38
}
39
-
+label {
40
+ font-size: 17px;
41
+}
42
button {
43
display: inline-block;
44
outline: none;
@@ -59,7 +61,9 @@ button {
59
61
60
62
.btn-section {
63
display: flex;
- justify-content: space-around;
64
+ justify-content: space-between;
65
+ margin-top: 15px;
66
+ margin-bottom: 15px;
67
68
69
.btn-section button {
@@ -75,13 +79,13 @@ button {
75
79
76
80
77
81
#form {
78
- max-width: 500px;
82
+ max-width: 600px;
83
min-width: 450px;
84
min-height: 200px;
85
86
flex-direction: column;
87
justify-content: space-around;
- height: 400px;
88
+ height: 500px;
89
padding: 35px;
90
border: 1px solid rgba(255, 255, 255, .25);
91
border-radius: 20px;
0 commit comments