Advertisement
andre11

csssss

Apr 18th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 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: 1px 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/g32T5CP.jpg);
  40. background-size:100%;
  41. background-repeat: no-repeat;
  42. }
  43. #rodape1{
  44. width:60%;
  45. height:10%;
  46. float: left;
  47. }
  48. .mensagen1{
  49. width:95%;
  50. margin-left: 10%
  51. }
  52. p{
  53. font-size:20px;
  54. }
  55.  
  56. #cut {
  57. color:#00008B;
  58. width:15%;
  59. height: 9%;
  60. float: right;
  61. margin-left: 1px;
  62. }
  63. #cut2 {
  64. width:15%;
  65. height: 9%;
  66. float: right;
  67. margin-right:5%;
  68.  
  69. margin-top: 1%;
  70. }
  71.  
  72. #contcentral{
  73. width: 70%;
  74. height: 100%;
  75. float:left;
  76. background:#E8E8E8;
  77. border-radius:10px;
  78. border:1px solid #000;
  79. margin-left:3%;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement