Skip to content

Instantly share code, notes, and snippets.

@jdzcn
Created February 23, 2021 12:48
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 jdzcn/71015ab4476c80f525484cb9594bcc1b to your computer and use it in GitHub Desktop.
Save jdzcn/71015ab4476c80f525484cb9594bcc1b to your computer and use it in GitHub Desktop.
css:default
html {
font-size: 1.2em;
background-color:gray;
}
body {
font-family: "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgb(51, 51, 51);
line-height: 1.6;
background-color:white;
/*max-width: 980px;*/
margin: 0 auto;
padding: 30px;
}
@media only screen and (min-width: 1400px) {
body {
max-width: 1024px;
}
}
@media only screen and (min-width: 1800px) {
body {
max-width: 1200px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment