Advertisement
andre11

cssph1

Apr 23rd, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. body{
  2. background:#D3D3D3;
  3. }
  4. #menu{
  5. width: 100%;
  6. height:8%;
  7. background:#BEBEBE;
  8. border-radius:5px;
  9. border: 2px solid #000;
  10. }
  11.  
  12. #menu a:hover{
  13. background:#708090;
  14. color:#363636;
  15. border-radius:5px;
  16. }
  17. #menu a{
  18. text-decoration: none;
  19. }
  20. .bt1{
  21. color:#363636;
  22. font-size: 40px;
  23. text-shadow: 2px 2px 5px black;
  24. }
  25. .bt2{
  26. color:#363636;
  27. font-size:40px;
  28. text-shadow: 2px 2px 5px black;
  29. }
  30. .bt3{
  31. color:#363636;
  32. font-size: 40px;
  33. text-shadow: 2px 2px 5px black;
  34. }
  35. #baner{
  36. width:100%;
  37. height: 50%;
  38. margin-top:2%;
  39. background-image: url(http://i.imgur.com/XNAfZNR.jpg);
  40. background-size:100%;
  41. background-repeat: no-repeat;
  42. border-radius: 10px;
  43. border:2px solid black;
  44. }
  45. #rodape1{
  46. width:60%;
  47. height:10%;
  48. float: left;
  49. }
  50. .mensagen1{
  51. width:95%;
  52. margin-left: 10%
  53. }
  54. p{
  55. font-size:20px;
  56. }
  57.  
  58. #cut {
  59. color:#00008B;
  60. width:15%;
  61. height: 7%;
  62. float: right;
  63. margin-left: 1px;
  64. }
  65. #cut2 {
  66. width:15%;
  67. height: 8%;
  68. float: right;
  69. margin-right:4%;
  70.  
  71. margin-top: 1%;
  72. }
  73.  
  74. #contcentral {
  75. width: 70%;
  76. height:330%;
  77. float:left;
  78. background:#E8E8E8;
  79. border-radius:10px;
  80. border:2px solid #000;
  81. margin-left:3%;
  82. }
  83. #contcentral a{
  84. text-decoration: none;
  85. }
  86. #contcentral a:hover{
  87. color:red;}
  88. img{
  89. border-radius:5px;
  90. }
  91. #infcldireita{
  92. width: 20%;
  93. float:right;
  94. margin-right:3%;
  95. font-size:23px;
  96. }
  97. #coldireita{
  98. width: 20%;
  99. height: 90%;
  100. float:right;
  101. background:#E8E8E8;
  102. border-radius:10px;
  103. margin-right:3%;
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement