Skip to content

Instantly share code, notes, and snippets.

@boyofgreen
Created April 14, 2012 17:17
Show Gist options
  • Save boyofgreen/2386032 to your computer and use it in GitHub Desktop.
Save boyofgreen/2386032 to your computer and use it in GitHub Desktop.
HTML5 Hacks 3.3
p.test{
width: 45px;
padding:5px;
border: 1px solid black;
text-transform: uppercase;
}
<p class="test"> CSS is awesome!</p>
p.test{
width: 45px;
padding:5px;
border: 1px solid black;
word-wrap:break-word;
text-transform: uppercase;
}
<p class="test"> CSS3 is awesome!</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment