Skip to content

Instantly share code, notes, and snippets.

@shifatul-i
Created January 7, 2020 22:47
Show Gist options
  • Save shifatul-i/041c6e88ecd17487b02bc2ca809a386a to your computer and use it in GitHub Desktop.
Save shifatul-i/041c6e88ecd17487b02bc2ca809a386a to your computer and use it in GitHub Desktop.
body {
background-color: powderblue;
margin: 0;
}
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: 1px solid darkgray;
}
#name {
background-color: rgb(225, 181, 175);
padding: 8px;
margin: 0;
}
.details {
background-color: rgb(203, 220, 56);
padding: 8px;
margin: 16px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment