Created
January 23, 2015 07:36
-
-
Save Karlina-Bytes/dbe9bc84a0f5b82837db to your computer and use it in GitHub Desktop.
An example of a stylesheet attribute.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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