40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<html>
|
|
<head>
|
|
<style>
|
|
#message{
|
|
display:block;
|
|
width:100%;
|
|
padding:150px 0;
|
|
line-height:1.6em;
|
|
text-align:center;
|
|
}
|
|
h1, h2 {
|
|
color: rgb(151, 151, 151);
|
|
float: left;
|
|
margin:0 0 0 40px;
|
|
padding:0;
|
|
float:left;
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
text-transform: uppercase;
|
|
}
|
|
#message .aside{display:block; width:80%; margin:0 auto; padding:0;}
|
|
#message .aside h2 span{display:block; font-size:30px;}
|
|
#message p:first-child{margin-top:0;}
|
|
h1 {margin-top:-90px; font-size:200px;}
|
|
h2 {font-size: 60px;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<section id="message">
|
|
<div class="aside">
|
|
<h1>404</h1>
|
|
<h2>Error ! <span>Page Not Found</span></h2>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|