Created
January 23, 2015 07:26
-
-
Save Karlina-Bytes/608b5c803b1709b2eb55 to your computer and use it in GitHub Desktop.
An example of inline CSS.
This file contains hidden or 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
<!-- An example of inline CSS. --> | |
<div style="-webkit-border-radius: 10px; | |
-moz-border-radius: 10px; | |
border-radius: 10px; | |
background-color: #303030; | |
color: #ff9900; | |
padding: 1.0em;"> | |
Hello World! | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment