Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. p.der {
  2. text-align: right;
  3. float:right;
  4.  
  5. }
  6. p.izq {
  7. text-align: right;
  8. float:left;
  9.  
  10. }
  11.  
  12.  
  13.  
  14. <p class="der">
  15. <a href="http://validator.w3.org/check?uri=referer">
  16. <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
  17. </p>
  18.  
  19. <p class="izq">
  20. <a href="http://jigsaw.w3.org/css-validator">
  21. <img style="border:0;width:88px;height:31px"
  22. src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
  23. alt="¡CSS Válido!" />
  24. </a>
  25. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement