Advertisement
Kamil_Programista

zadDomZPsi.css

Oct 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. a:hover{color: #55FF55  !important;}
  2. a:active{color: #555555;}
  3. a:link{color: #555555;}
  4. a:visited{color: #555555;}
  5. body{
  6.     background-color: #303030;
  7. }
  8. #box{
  9.     min-height: 100%;
  10.     width: 100%;
  11.     font-family: Arial;
  12. }
  13. #mainHeader{
  14.     background-image: url("tlo.jpg");
  15.     background-size: cover;
  16.     width: 85%;
  17.     height: 350px;
  18. }
  19. #header{
  20.     color: #9999FF;
  21.     width: 40%;
  22.     padding: 50px;
  23.     margin-right: 100%;
  24. }
  25. #mainBody{
  26.     background-color: #303030;
  27.     color: #9999FF;
  28.     width: 99%;
  29.     padding: 5px;
  30.     min-height: 100px;
  31. }
  32. #footer{
  33.     background-color: #191919;
  34.     color: #454545;
  35.     text-align: center;
  36.     width: 85%;
  37.     padding: 5px;
  38.     margin-left: auto;
  39.     margin-right: auto;
  40.     font-size: 15px;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement