Skip to content

Instantly share code, notes, and snippets.

@Karlina-Bytes
Created January 23, 2015 07:26
Show Gist options
  • Save Karlina-Bytes/608b5c803b1709b2eb55 to your computer and use it in GitHub Desktop.
Save Karlina-Bytes/608b5c803b1709b2eb55 to your computer and use it in GitHub Desktop.
An example of inline CSS.
<!-- 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