Skip to content

Instantly share code, notes, and snippets.

@WaylonWalker
Last active May 2, 2018 17:38
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 WaylonWalker/4c3bf9399d8e2342c1fa6b7014fb910c to your computer and use it in GitHub Desktop.
Save WaylonWalker/4c3bf9399d8e2342c1fa6b7014fb910c to your computer and use it in GitHub Desktop.
quick css styling
/*
HTML/Markdown
<style>@import url("https://goo.gl/RrPQm5")</style>
PUG
style.
@import url("https://goo.gl/RrPQm5")
*/
@import url("https://fonts.googleapis.com/css?family=Oswald|Lato|Dancing+Script|Shadows+Into+Light");
h1, h2, h3, h4, h5 {
color: #666;
font-family: 'Oswald', "Arial Black", "Arial Bold", Gadget, sans-serif;
}
p {
font-family: 'Lato';
}
em {
color: #777;
font-family: 'Shadows Into Light', cursive;
}
strong {
color: #444;
font-family: 'Oswald', "Arial Black", "Arial Bold", Gadget, sans-serif;
}
ul {
list-style-type: none;
}
/* li::before {
display: inline-block;
content: "";
height: 0.4rem;
width: 0.4rem;
border-radius: 25%;
background-color: #977b9d;
vertical-align: middle;
margin-right: 0.7rem;
} */
iframe{
width: 800px;
height: 800px;
margin:0;
padding: 0;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment