brsjak

vmroCSS

May 7th, 2016
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.78 KB | None | 0 0
  1. .page{
  2.     width: 100%;
  3.     height: 800px;
  4.     margin-top: 0;
  5.     bottom: 0;
  6.     right: 0;
  7.     left: 0;
  8.     word-wrap:break-word;
  9. }
  10.  
  11. .box{
  12.     background:-webkit-linear-gradient(bottom, #7f0000, #cc0000);
  13.     height:40px;
  14.     padding:4px;
  15.     margin-top: 70px;
  16.     border-top: solid 6px black;
  17.     border-bottom: solid 6px black;
  18.     position: relative;
  19. }
  20. .logo{
  21.     height:180px;
  22.     display: inline;
  23.     margin-top: -70px;
  24. }
  25. .meniLevo{
  26.     display: inline-block;
  27.     font-family: "Comic Sans MS", 'cursive',sans-serif;
  28.     font-size: 25px;
  29.     font-weight: bold;
  30.     float:left;
  31.     margin-top: -108px;
  32.     margin-left: 130px;
  33. }
  34.  
  35. .meniDesno{
  36.     display: inline-block;
  37.     font-family: "Comic Sans MS", 'cursive',sans-serif;
  38.     font-size: 25px;
  39.     font-weight: bold;
  40.     float:right;
  41.     margin-top: -108px;
  42.     margin-right: 130px;
  43.     text-decoration:none;
  44.     color:white;
  45. }
  46.  
  47. a:hover{
  48.     color:gray;
  49. }
  50. .picture{
  51.     width: 100%;
  52.     height: 520px;
  53.     border-top: solid 1px white;
  54. }
  55. .box2{
  56.     background-color:white;
  57.     color: black;
  58.     opacity: 0.8;
  59.     border-radius: 50px 0 0 50px;
  60.     height: 100px;
  61.     width: 500px;
  62.     float:right;
  63.     right: 0;
  64.     display:inline;
  65.     position: absolute;
  66.     margin-top: 400px;
  67. }
  68. .text{
  69.     font-weight:bold;
  70.     color:gray;
  71.     font-size: 25px;
  72.     margin-top: 35px;
  73.     margin-left: 15px;
  74.     font-family:"Comic Sans MS",'cursive',sans-serif;
  75. }
  76. .third{
  77.     margin-top: -150px;
  78.     width: 30%;
  79.     display: inline-block;
  80.     padding-left: 33px;
  81.     float:left;
  82. }
  83. .small{
  84.     width: 120px;
  85.     display: inline-block;
  86. }
  87. .text2{
  88.     font-family:"Comic Sans MS",'cursive',sans-serif;
  89.     text-align: justify;
  90.     display: inline-block;
  91. }
  92. hr{
  93.     border-left: thick solid #ff0000;
  94.     border: 0;
  95.     height: 1px;
  96.     position: absolute;
  97.     top:0;
  98.     bottom:0;
  99.     background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  100. }
Add Comment
Please, Sign In to add comment