Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ZachSaucier
Last active April 9, 2024 03:16
Show Gist options
  • Star 71 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save ZachSaucier/8295d9dc926d7064ff0d4f3f04b35b55 to your computer and use it in GitHub Desktop.
Save ZachSaucier/8295d9dc926d7064ff0d4f3f04b35b55 to your computer and use it in GitHub Desktop.
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
line-height: 1.75em;
font-size: 16px;
background-color: #222;
color: #aaa;
}
.simple-container {
max-width: 675px;
margin: 0 auto;
padding-top: 70px;
padding-bottom: 20px;
}
.simple-print {
fill: white;
stroke: white;
}
.simple-print svg {
height: 100%;
}
.simple-close {
color: white;
border-color: white;
}
.simple-ext-info {
border-top: 1px solid #aaa;
}
p {
font-size: 16px;
}
h1 {
font-size: 30px;
line-height: 34px;
}
h2 {
font-size: 20px;
line-height: 25px;
}
h3 {
font-size: 16px;
line-height: 27px;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
}
hr {
height: 1px;
background-color: #d8d8d8;
border: none;
width: 100%;
margin: 0px;
}
a[href] {
color: #1e8ad6;
}
a[href]:hover {
color: #3ba0e6;
}
img {
max-width: 100%;
}
li {
line-height: 1.5em;
}
aside,
[class *= "sidebar"],
[id *= "sidebar"] {
max-width: 90%;
margin: 0 auto;
border: 1px solid lightgrey;
padding: 5px 15px;
}
@media (min-width: 1921px) {
body {
font-size: 18px;
}
}
@user883311
Copy link

Excellent, thanks Zach

@Merrit
Copy link

Merrit commented Jul 12, 2020

Ahh this is fantastic. Thanks for making this!

Copy link

ghost commented Oct 5, 2020

Awesome.

@bitBadger8
Copy link

Nice

@BaddiesWin
Copy link

Thanks :) :)

@Oclemy
Copy link

Oclemy commented Jun 12, 2021

Great job! Thanks alot.

@carloswm85
Copy link

Thanks.

@mohammad-ghasemi-dev
Copy link

Beautiful

@rahulbanerjee
Copy link

Found this today, and it really is beautiful.
Thank you for making and sharing, Zach!

@Qsppl
Copy link

Qsppl commented Mar 27, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment