404 page styled

master
Nadine Rotem-Stibbe 7 years ago
parent 267f1eaf42
commit bcd61fbfc9

@ -3,10 +3,15 @@
<head>
<meta charset="utf-8">
<title>INSERT FLOPPY!!!</title>
<meta http-equiv="refresh" content="1; url=/" >
<link rel="stylesheet" href="404-style.css">
<!-- <meta http-equiv="refresh" content="1; url=/" >
--> <link rel="stylesheet" href="404-style.css">
</head>
<body>
<h1>404 - FLOPPY NOT FOUND</h1>
<div class="content">
<p>The Score: </p>
<p>1. Push it</p>
<img src="discofloppy1.gif">
</div>
</body>
</html>

@ -1 +1,20 @@
/*nothing*/
body{
font-family: monospace;
background-color: white;}
p{
color: #1F24FF;
font-size:60px;
text-align: center;
}
.content {
max-width: 600px;
margin: auto;
}
.content img {
display: block;
margin: auto;
max-width: 100%;
}
Loading…
Cancel
Save