Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Created May 8, 2018 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anwerashif/9da08e8ed592ce0bb2b28ef88dc2dcf3 to your computer and use it in GitHub Desktop.
Save anwerashif/9da08e8ed592ce0bb2b28ef88dc2dcf3 to your computer and use it in GitHub Desktop.
404 Page CSS in Genesis Framework
/* # 404 NOT FOUND page
---------------------------------------------------------------------------------------------------- */
.not-found .content, .not-found .content .entry {
background: transparent;
border-color: transparent;
}
.not-found .content {
margin: 7% auto 0;
}
.not-found .content .entry-title {
font-size: 55px;
font-weight: 100;
margin-bottom: 30px;
}
.not-found .enews-widget input[type=text], .not-found .enews-widget input[type=email] {
padding: 10px 20px;
background: #fff;
}
.not-found .enews-widget input {
width: 100%;
max-width: 33%;
border-color: #DFDFDF;
}
.not-found .enews-widget input[type="submit"] {
background-color: #4872cb;
}
@media only screen and ( max-width: 700px ) and ( min-width: 320px ) {
.not-found .enews-widget input {
max-width: 100%;
width: 100% !important;
margin: 5px 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment