Skip to content

Commit 7089a03

Browse files
authored
Update style.css
1 parent 632a079 commit 7089a03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@ body {
55
background-color: #f9f9f9;
66
color: #333333;
77

8-
width: 980px;
8+
width: 1080px;
99
margin: 0 auto;
1010
}
1111

1212
h1 {
13+
color: red;
1314
text-align: center;
1415
font-size: 36px;
1516
margin-bottom: 0;
1617
}
1718

1819
main > h2 {
20+
color: blue
1921
text-align: center;
2022
font-size: 25px;
21-
}
23+
}

0 commit comments

Comments
 (0)