Skip to content

Instantly share code, notes, and snippets.

@Karlina-Bytes
Created January 23, 2015 07:36
Show Gist options
  • Save Karlina-Bytes/dbe9bc84a0f5b82837db to your computer and use it in GitHub Desktop.
Save Karlina-Bytes/dbe9bc84a0f5b82837db to your computer and use it in GitHub Desktop.
An example of a stylesheet attribute.
/** style.css */
.boxRounder {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: #303030;
color: #ff9900;
padding: 1.0em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment