chihi

BASIC HTML NOTES

May 29th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1.  
  2. "take it, if you need it.
  3. beat it up, if you're mad.
  4. kill it, if it fucks with you."
  5.  
  6. TABLE FOR STATS:
  7. <table border="x" cellpadding="x" cellspacing="x">
  8. <tr><center>
  9. <td></td>
  10. <td></td>
  11. <td></td>
  12. <td></td>
  13. <td></td>
  14. </tr>
  15. <tr>
  16. <td></td>
  17. <td></td>
  18. <td></td>
  19. <td></td>
  20. <td></td>
  21. </tr></table></center>
  22.  
  23. ROLL DOWN DIV
  24. #example
  25. {overflow:hidden; background-color:#000; position:fixed;
  26. top:0; bottom:0; left:0; right:0; width:0px; height:0px;
  27. -webkit-transition-duration: Xs;
  28. -moz-transition-duration: Xs;
  29. transition-duration: Xs;
  30. color:#333333; border-left:1px dotted #555555;
  31. border-right:1px dotted #555555;}
  32. #example:hover { width:0px; height:0px; }
  33.  
  34. VERTICAL BAR-LIKE LINKS FOR NAV
  35. #linkbar{background-color:transparent; height:400px; width:100px; position:absolute; top:120px; right:720px; color:#cc66ff; line-height:25px; font-family:times;}
  36. #linkbar a:hover { height:20px; width:100px; position:absolute; background-color:EDE7D1; text-decoration:none; color:BE4B1F; font=size:12px; font-family:verdana; }
  37. #linkbar a:link, a:visited { color:000; text-align:right; height:20px; width:100px; position:absolute; display: block; background-color:444035;
  38. -o-transition: all 2.2s ease-in; text-decoration:none;
  39. -webkit-transition: all 2.2s ease-in;
  40. -moz-transition: all 2.2s ease-in; webkit-transition-duration: 5s;
  41. transition: all 0.5s; -moz-transition;: all 0.5s;
  42. -webkit-transition: all 0.5s; opacity:.50px;}
  43.  
  44. SLIGHTLY ROTATED TITLES
  45. #titleone{background-color:transparent; color:#669999; font-size:30px; color:#4C4C4C; font-family:times new roman; position:fixed; -webkit-transform: rotate(-45deg); top:220px; left:275px;}
  46. #titletwo{background-color:transparent; color:#669999; font-size:30px; color:#4C4C4C; font-family:times new roman; position:fixed; -webkit-transform: rotate(45deg); top:220px; left:850px;}
Advertisement
Add Comment
Please, Sign In to add comment