Skip to content

Instantly share code, notes, and snippets.

@lolaodelola
Last active April 5, 2016 10:39
Show Gist options
  • Save lolaodelola/36c0be089452fe01d1391b4b9c3c299e to your computer and use it in GitHub Desktop.
Save lolaodelola/36c0be089452fe01d1391b4b9c3c299e to your computer and use it in GitHub Desktop.
CSS Class Names
.logo{
padding: 5px 10px;
display: inline-block;
background-color: #111111;
}
.sub-heading{
font-size: 16px;
text-align: center;
padding: 5px 10px;
}
.general-div{
background-color: #333333;
display: inline-block;
padding: 5px 10px;
border: 1px red solid;
}
.spesific-div{
background-color: #ffffff;
display: inline-block;
padding: 5px 10px;
border: 1px red solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment