Skip to content

Instantly share code, notes, and snippets.

@JackieXu
Created June 7, 2012 15:00
Show Gist options
  • Save JackieXu/2889255 to your computer and use it in GitHub Desktop.
Save JackieXu/2889255 to your computer and use it in GitHub Desktop.
404 page
/**
* 404 page
*/
html {
background-color: #f5f5f5;
font-family: sans-serif;
}
div {
background-color: #fff;
border-bottom: 4px solid #07c;
border-left: 2px solid #eee;
border-right: 2px solid #eee;
border-top: 5px solid #07c;
box-shadow: 1px 3px 10px #888;
height: 340px;
left: 50%;
margin-left: -320px;
margin-top: -190px;
padding: 20px;
position: absolute;
text-align: center;
top: 50%;
width: 600px;
}
h1 {
color: #06c;
}
h2 {
text-transform: underline;
}
<div>
<h1>Oei, goed en slecht nieuws</h1>
<h2>Het slechte nieuws</h2>
<p>De pagina die je probeert te bezoeken, bestaat helaas niet.
<h2>Het goede nieuws</h2>
<p>Ik ben er nu van op de hoogte dat deze pagina bestaat. Wellicht wordt deze dus aangemaakt, of wordt de link waarmee je hier bent gekomen, gerepareerd. In dat geval, bedankt!</p>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment