Skip to content

Commit 9192d4a

Browse files
authored
Create style.css
1 parent f6ee3a1 commit 9192d4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
li {
3+
list-style: none;
4+
}
5+
6+
a {
7+
text-decoration: none;
8+
color: blueviolet;
9+
font-family: Menlo;
10+
font-weight: bold;
11+
}

0 commit comments

Comments
 (0)