Skip to content

Commit 2fc7d1b

Browse files
Update style.css
1 parent 7a850c6 commit 2fc7d1b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

style.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
* {
22
margin: 10px auto;
33
text-align: center;
4+
color: white;
5+
text-shadow: 5px 5px 2px grey;
6+
font-family: monospace;
47
}
58

69
body {
710
background-color: black;
811
}
912

10-
h1, h2, h3, h4, h5, h6, span, p, a {
11-
color: white;
12-
text-shadow: 5px 5px 2px grey;
13-
font-family: monospace;
14-
}
15-
1613
img {
1714
border-color: white;
1815
border-width: 5px;

0 commit comments

Comments
 (0)