Skip to content

Commit 2ea04a1

Browse files
Update Style.css
1 parent 47e69f2 commit 2ea04a1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Mini Project/Style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,21 @@ nav {
1919
font-weight: 600;
2020
line-height: 5rem;
2121
}
22+
23+
h2 {
24+
padding: 1rem;
25+
background-color: gold;
26+
border-radius: 2rem 2rem 0 0;
27+
}
28+
29+
ul {
30+
list-style-type: none;
31+
}
32+
33+
li {
34+
border-top: 1px solid #333;
35+
}
36+
37+
li a {
38+
display: block;
39+
}

0 commit comments

Comments
 (0)