Skip to content

Instantly share code, notes, and snippets.

@radarin
Created October 19, 2017 22:08
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 radarin/4515c715f0a25e9cb0ce02305b39267d to your computer and use it in GitHub Desktop.
Save radarin/4515c715f0a25e9cb0ce02305b39267d to your computer and use it in GitHub Desktop.
Eigene Klassen
.info-grey{
background: #E8E8E8;
border-color: #E8E8E8;
border-width: 1px;
padding: 1em 0.5em 1em 0.5em;
color: #5D5D5D;
outline: none;
display: flex;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.info-grey::before{
content: url('http://computer-for-dummies.ch/static-img/blank.3x3.png');
margin-right: 10px;
float: left;
background: #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment