Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. body
  2. {
  3. background-color: #303030;
  4. color: #ffffff;
  5. font-size: 20px;
  6. }
  7.  
  8. a:link, a:visited, a:hover
  9. {
  10. color: color
  11. }
  12.  
  13.  
  14. #container
  15. {
  16. width: 1000px;
  17. margin-left: auto;
  18. margin-right: auto;
  19. }
  20.  
  21. .rectangle
  22. {
  23. width: 960px;
  24. margin: 20px;
  25. }
  26.  
  27. .square
  28. {
  29. width: 100%;
  30. float: left;
  31. }
  32.  
  33. #logo
  34. {
  35. float:left;
  36. font-size: 40px;
  37. width 1000px;
  38. }
  39.  
  40.  
  41. .fb
  42. {
  43. margin: 10px;
  44. margin-left: 160px;
  45. width: 50px;
  46. height: 50px;
  47. background-color: #4668b3;
  48. float: left;
  49. }
  50.  
  51. .tt
  52. {
  53. margin: 10px;
  54. width: 50px;
  55. height: 50px;
  56. background-color: #3095d3;
  57. float: left;
  58. }
  59.  
  60. .yt
  61. {
  62. margin: 10px;
  63. width: 50px;
  64. height: 50px;
  65. background-color: #d95333;
  66. float: left;
  67. }
  68.  
  69. .gplus
  70. {
  71. margin: 10px;
  72. width: 50px;
  73. height: 50px;
  74. background-color: #d95333;
  75. float: left;
  76. }
  77.  
  78. .steam
  79. {
  80. margin: 10px;
  81. width: 50px;
  82. height: 50px;
  83. background-color: #000000;
  84. float: left;
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement