Skip to content

Instantly share code, notes, and snippets.

@natan-morar
Last active April 25, 2020 08:43
Show Gist options
  • Save natan-morar/e1fb796154f34c4caed81b7aba50141b to your computer and use it in GitHub Desktop.
Save natan-morar/e1fb796154f34c4caed81b7aba50141b to your computer and use it in GitHub Desktop.
.style, .style2 {
font-size: 12px;
}
.style, .style2 {
color: blue;
}
.style, .style2 {
color: red;
border: 1px solid red;
}
.style, .style2 {
color: green;
border: 3px solid green;
}
.style, .style2 {
font-size: 14px;
}
.style2 {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment