Fidgeting...
This commit is contained in:
parent
5bac6d766c
commit
ba44162281
2 changed files with 10 additions and 29 deletions
7
404.html
7
404.html
|
@ -22,10 +22,9 @@
|
|||
|
||||
<!-- Message -->
|
||||
<article>
|
||||
<h1>Nope. 404.</h1>
|
||||
<p>Page not found. Click
|
||||
<a href="http://www.theinternetvagabond.com">here</a>
|
||||
to go home.</p>
|
||||
<h1>404 :: Page Not Found</h1>
|
||||
<p><a href="http://www.theinternetvagabond.com">Click here
|
||||
to go home.</a></p>
|
||||
</article>
|
||||
|
||||
<!-- Footer -->
|
||||
|
|
32
src/404.css
32
src/404.css
|
@ -6,8 +6,6 @@
|
|||
|
||||
/* General */
|
||||
|
||||
.clean { clear:both;}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
background-color: #EBEBFA;
|
||||
|
@ -17,11 +15,7 @@ a,a:visited,a:link,a:focus {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
/**********
|
||||
* *
|
||||
* Header *
|
||||
* *
|
||||
**********/
|
||||
/* Header */
|
||||
|
||||
header {
|
||||
position: fixed; top: 0px; left: 0px; right: 0px;
|
||||
|
@ -49,31 +43,19 @@ header {
|
|||
color: white; text-shadow: 0px 0px 10px blue;
|
||||
}
|
||||
|
||||
/**********
|
||||
* *
|
||||
* Footer *
|
||||
* *
|
||||
**********/
|
||||
/* Footer */
|
||||
|
||||
footer{
|
||||
position: fixed; right: 0px; bottom: 10px;
|
||||
}
|
||||
|
||||
#cw {
|
||||
font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
letter-spacing: 0.4em; color: grey;
|
||||
}
|
||||
|
||||
/********
|
||||
* *
|
||||
* Body *
|
||||
* *
|
||||
********/
|
||||
|
||||
main {
|
||||
position: relative; top: 0px; left: 0px; z-index: 0;
|
||||
width: 60%; min-width: 800px; height: 100%; min-height: 800px;
|
||||
margin: 0px auto;
|
||||
overflow: auto;
|
||||
}
|
||||
/* Body */
|
||||
|
||||
article {
|
||||
margin: 50px auto; padding: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue