Skip to content

Commit 153af73

Browse files
Update style.css
1 parent ff3c33e commit 153af73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

project-7-temperature-converter/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body {
66
justify-content: center;
77
align-items: center;
88
font-family: Arial, Helvetica, sans-serif;
9-
color: whitesmoke;
9+
color: darkgreen;
1010
}
1111

1212
.container {
@@ -27,7 +27,7 @@ body {
2727
}
2828

2929
.temp-container {
30-
width: 100%;
30+
width: 90%;
3131
padding: 15px;
3232
font-weight: bold;
3333
font-size: 22px;
@@ -43,6 +43,7 @@ body {
4343
border-color: rgba(255, 255, 255, 0.6);
4444
color: darkgreen;
4545
font-size: 20px;
46+
font-weight: bold;
4647
}
4748

4849
/* .input::placeholder {

0 commit comments

Comments
 (0)