Advertisement
rony2605

Marcar arquivos em linha

Jan 24th, 2013
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. <span class="cd">Rap e compromisso</span>, <span class="artista"> Sabotagem.</li>  //HTML
  2.  
  3. .cd{text-decoration: line-through;}  //Css
  4.  
  5. .artista{font-weight: bold;}  //Css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement