mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
added "Dead Link" 404 error page
This commit is contained in:
@@ -644,6 +644,20 @@ blockquote {
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group #error-* */
|
||||
|
||||
#error-404 {
|
||||
background: url("../images/404-dead-link.png") center center no-repeat;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -137px 0px 0px -150px;
|
||||
height: 274px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group #about */
|
||||
|
||||
#about {
|
||||
|
||||
Reference in New Issue
Block a user