Made a first version of the site
This commit is contained in:
33
assets/css/404.css
Normal file
33
assets/css/404.css
Normal file
@@ -0,0 +1,33 @@
|
||||
body {
|
||||
background:#0000aa;
|
||||
color:#ffffff;
|
||||
font-family:courier;
|
||||
font-size:12pt;
|
||||
text-align:center;
|
||||
margin:100px;
|
||||
}
|
||||
|
||||
blink {
|
||||
color:yellow;
|
||||
}
|
||||
|
||||
.neg {
|
||||
background:#fff;
|
||||
color:#0000aa;
|
||||
padding:2px 8px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
p {
|
||||
margin:30px 100px;
|
||||
}
|
||||
|
||||
a,a:hover {
|
||||
color:inherit;
|
||||
font:inherit;
|
||||
}
|
||||
|
||||
.menu {
|
||||
text-align:center;
|
||||
margin-top:50px;
|
||||
}
|
||||
Reference in New Issue
Block a user