Advertisement
bypikeno

CÓDIGO BG

Aug 31st, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. CSS!
  2.  
  3. /* CSS Document */
  4. body {
  5. background-image: url(#####BG 1#####);
  6. background-repeat: no-repeat;
  7. -moz-background-size:100%;
  8. -webkit-background-size:100%;
  9. background-size:100%;}
  10. div, html, body, p, ul, ol, li, a, form, img, table, td, h1, h2, h3, h4, h5, h6, blockquote, header, section, footer, aside, nav, article, figure, figcaption, dl, dt, dd {margin:0;padding:0;}
  11. header, section, footer, aside, nav, article, figure, figcaption {display: block;}
  12. table {border-collapse:collapse;}
  13. img {border:none;}
  14. ul, li {list-style:none;}
  15. input:focus, textarea:focus {outline:none;}
  16. a:link,a,a:hover,a:active{outline:none;}
  17.  
  18. ____________________________________
  19.  
  20. CÓDIGO!
  21.  
  22. <script language="JavaScript">
  23. var quotes=new Array()
  24. quotes[0]='<link rel="stylesheet" href="#####CSS 1#####">'
  25. quotes[1]='<link rel="stylesheet" href="#####CSS 2#####">'
  26. var whichquote=Math.floor(Math.random()*(quotes.length))
  27. document.write(quotes[whichquote])
  28. </script>
  29.  
  30. - Jonathan Fonseca @bypikeno
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement