Skip to content

Commit ff5b655

Browse files
authored
Add background and border to hero section
1 parent 1547d18 commit ff5b655

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ body {
110110
.hero {
111111
max-width: 820px;
112112
margin: 0 auto 50px;
113+
background: #f7f9fc;
114+
text-align: center;
115+
border-bottom: 1px solid #e5e9f2;
113116
}
114117

115118
.hero h1 {

0 commit comments

Comments
 (0)