Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Created October 2, 2020 22:10
Show Gist options
  • Save thatisuday/712a3fd1301ff31a316b9e59c69723f9 to your computer and use it in GitHub Desktop.
Save thatisuday/712a3fd1301ff31a316b9e59c69723f9 to your computer and use it in GitHub Desktop.
A simple CSS stylesheet file.
html {
padding: 0;
margin: 0;
}
body {
font-size: 14px;
}
.container {
width: 300px;
height: 200px;
color: black;
}
.container > h1 {
color: gray;
}
.container > p {
font-size: 12px;
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment