Created
November 16, 2013 15:56
-
-
Save ricardosiri68/7501809 to your computer and use it in GitHub Desktop.
div loco
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
<html> | |
<head> | |
<style> | |
.noticia{ | |
background: url(logo.png) no-repeat; | |
height: 30px; | |
padding-left: 50px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="noticia"> | |
<a>Diario la Capital - Rosario</a> Fue a cobrar en camilla a un banco y no le pagaron | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment