Created
October 19, 2011 21:24
-
-
Save meglio/1299735 to your computer and use it in GitHub Desktop.
PMMEDIA Task 10
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 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