Skip to content

Commit c29901d

Browse files
authored
Create Space stylesheet adobe#1
1 parent bfe0812 commit c29901d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Space stylesheet #1

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
nav ul {
2+
list-style-type: none;
3+
background-color: #B577B5;
4+
border: 4px dashed #111111;
5+
border-raidius: 10px;
6+
font-family: sans-serif;
7+
font-weight: bold;
8+
padding: 16px;
9+
}
10+
nav ul li {
11+
display: inline;
12+
border-right: 2px solid #111111;
13+
padding-left: 8px;
14+
padding-right: 8px;
15+
}
16+
nav ul li : last-child {
17+
border-right: none;
18+
}
19+
nav ul li a {
20+
text-decoration: none;
21+
color: #111111
22+
}

0 commit comments

Comments
 (0)