Skip to content

Instantly share code, notes, and snippets.

@ChanMenglin
Created September 25, 2018 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ChanMenglin/bd9ea0580cce200ff493da6e13380a18 to your computer and use it in GitHub Desktop.
Save ChanMenglin/bd9ea0580cce200ff493da6e13380a18 to your computer and use it in GitHub Desktop.
403 Error Page
<h1>403</h1>
<h2>Stop right there!</h2>
<h3>Sorry, but you don't have permission to access this page.</h3>
<h4>Think this is a mistake? <a href="#">Contact support.</a></h4>
@import url('https://fonts.googleapis.com/css?family=Luckiest+Guy|Oswald');
body {
background-color: hsl(0, 91%,43%);
width: 98%;
text-align: center;
color: white;
font-family: Oswald;
}
h1 {
color: white;
font-size: 200px;
font-weight: 100;
margin-top: 25vh;
margin-bottom: 10px;
text-decoration: underline;
font-family: Luckiest Guy;
}
h2 {
font-size: 50px;
margin-top: -10px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 25px;
}
h4 a {
color: #00fffa;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment