made a secret page with okay css

This commit is contained in:
chimchooree
2020-10-04 19:23:16 -05:00
parent 460e5686e4
commit 79b1ba35c2
4 changed files with 54 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
* {
padding:25;
margin:25;
}
a {
text-decoration: none;
}
a:link {
color: red;
}
a:visited {
color: hotpink;
}
a:hover {
color: green;
}
a:active {
color: blue;
}
mark {
background-color: #900C3F;
color: hotpink;
}
ul { list-style-position: inside; }
body {
background-color: #e5c5d1;
color: #900C3F;
}