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 ff3c33e commit 153af73Copy full SHA for 153af73
project-7-temperature-converter/style.css
@@ -6,7 +6,7 @@ body {
6
justify-content: center;
7
align-items: center;
8
font-family: Arial, Helvetica, sans-serif;
9
- color: whitesmoke;
+ color: darkgreen;
10
}
11
12
.container {
@@ -27,7 +27,7 @@ body {
27
28
29
.temp-container {
30
- width: 100%;
+ width: 90%;
31
padding: 15px;
32
font-weight: bold;
33
font-size: 22px;
@@ -43,6 +43,7 @@ body {
43
border-color: rgba(255, 255, 255, 0.6);
44
color: darkgreen;
45
font-size: 20px;
46
+ font-weight: bold;
47
48
49
/* .input::placeholder {
0 commit comments