Skip to content

Instantly share code, notes, and snippets.

@meglio
Created October 19, 2011 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meglio/1299735 to your computer and use it in GitHub Desktop.
Save meglio/1299735 to your computer and use it in GitHub Desktop.
PMMEDIA Task 10
<style type="text/css">
.test
{
background: url(http://www.google.com/intl/en_com/images/srpr/logo1w.png) no-repeat;
font-size: 26px;
font-weight: bold;
height: 200px;
border-left: 1px solid red;
border-top: 1px solid blue;
}
</style>
<div class="test">Some Text</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment