Skip to content

Instantly share code, notes, and snippets.

@erszk
Created May 4, 2019 07:26
Show Gist options
  • Save erszk/52f424a776a32ce74aaa1a13a976d1da to your computer and use it in GitHub Desktop.
Save erszk/52f424a776a32ce74aaa1a13a976d1da to your computer and use it in GitHub Desktop.
body {
background-color: #111;
color: white;
font: normal 18px Verdana, Arial, sans-serif;
margin-left: 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding: 0px;
}
ul {
list-style-type: square;
margin-right: 200px;
text-align: justify;
}
h1 {
font-family: Tahoma, sans-serif;
color: black;
padding: 15px 10px;
margin: 25px 200px;
text-align: center;
background-color: lightseagreen;
text-transform: uppercase;
}
h2, h3 {
color: red;
letter-spacing: 5px;
}
a {
color: slateblue;
text-decoration: none;
}
a:hover {
color: red;
}
p {
margin-top: 15px;
margin-left: 45px;
margin-right: 150px;
text-align: justify;
}
pre {
font-family: Monaco, monospace;
font-size: 20px;
color: forestgreen;
margin-left: 90px;
}
dt {
text-decoration: underline;
}
dd {
margin-top: 10px;
margin-left: 45px;
margin-right: 300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment