Skip to content

Instantly share code, notes, and snippets.

@azaharafernandezguizan
Created October 27, 2018 06:56
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 azaharafernandezguizan/d167274481a19d2e6e2e680ee7d0ab97 to your computer and use it in GitHub Desktop.
Save azaharafernandezguizan/d167274481a19d2e6e2e680ee7d0ab97 to your computer and use it in GitHub Desktop.
Example of simple css for Aurelia
/**Fun content**/
.igNobelList{
margin: 1.5%;
padding:1%;
border-radius: 19px 19px 19px 19px;
-moz-border-radius: 19px 19px 19px 19px;
-webkit-border-radius: 19px 19px 19px 19px;
border: 0px solid #000000;
}
.Medicina{
background-color:#c7e9fc
}
.Biologia{
background-color: #edfcc7;
}
.igNobelCategoria{
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment