Skip to content

Instantly share code, notes, and snippets.

@shifatul-i
Created January 7, 2020 22:23
Show Gist options
  • Save shifatul-i/a0d58afd2060eee739b009e5751cd092 to your computer and use it in GitHub Desktop.
Save shifatul-i/a0d58afd2060eee739b009e5751cd092 to your computer and use it in GitHub Desktop.
body {
background-color: powderblue;
}
h1 {
color: red;
}
h2 {
color: blue;
}
h4 {
color: brown;
}
p {
color: green;
}
img {
width: 210px;
height: 160px;
display: block;
margin: 24px 0 16px 0;
border: 3px solid hotpink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment