Skip to content

Commit

Permalink
Create Space stylesheet adobe#1
Browse files Browse the repository at this point in the history
  • Loading branch information
Richards3 committed Jan 9, 2018
1 parent bfe0812 commit c29901d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Space stylesheet #1
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
nav ul {
list-style-type: none;
background-color: #B577B5;
border: 4px dashed #111111;
border-raidius: 10px;
font-family: sans-serif;
font-weight: bold;
padding: 16px;
}
nav ul li {
display: inline;
border-right: 2px solid #111111;
padding-left: 8px;
padding-right: 8px;
}
nav ul li : last-child {
border-right: none;
}
nav ul li a {
text-decoration: none;
color: #111111
}

0 comments on commit c29901d

Please sign in to comment.