kuba-kin

Startpage CSS

May 16th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. body {
  2. background-image: url("images/bg.gif");
  3. background-repeat: repeat;
  4. }
  5.  
  6. #thumb {
  7. position: absolute;
  8. top:100px;
  9. width: 1000px;
  10. margin: auto;
  11.  
  12. }
  13.  
  14. .box{
  15. position: fixed;
  16. display: inline;
  17. height: 400px;
  18. width: 150px;
  19. background-color: #2D2E36;
  20. text-align: center;
  21. border: 4px solid #101010;
  22. }
  23. #board {
  24. position: fixed;
  25. font-family: DisposableDroid BB;
  26. top:50px;
  27. color: #101010;
  28. font-size: 17pt;
  29. text-decoration: none;
  30. position: relative;
  31. width:155px;
  32. margin: 20px;
  33. }
  34.  
  35. #tit {
  36. font-family: PixelSplitter;
  37. font-size: 20pt;
  38. color: #101010;
  39. position: relative;
  40. margin:auto;
  41. text-align: center;
  42. top: 18px;
  43. }
  44.  
  45. #four {
  46. left:100px;
  47. }
  48.  
  49. #soc{
  50. left:350px;
  51. }
  52.  
  53. #media{
  54. left:600px;
  55. }
  56.  
  57. #cd{
  58. left:850px;
  59. }
  60.  
  61.  
  62. #porn {
  63. left: 1100px;
  64. }
  65.  
  66. #board:hover {
  67. color:white;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment