Guest User

Untitled

a guest
Jun 10th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. body {
  2.     background-image: url(../images/bg5.jpg);
  3.     background-size: cover;
  4.     background-attachment: fixed;
  5.     background-position: center;
  6. }
  7. #container-1 {
  8.     padding-top: 150px;
  9. }
  10.  
  11. #logoimg {
  12.     top: -90px; border: 2px solid rgba(34, 36, 38, 0.15); z-index: 1;
  13. }
  14.  
  15. #grid-1 {
  16.     padding-top: 10px;
  17. }
  18.  
  19. #chevhr {
  20.     padding-top: 10px;
  21.     padding-bottom: 10px;
  22. }
  23.  
  24. #chevron {
  25.     transition: all .2s ease-in-out;
  26.     font-size: 32px;
  27. }
  28. #chevron:hover{
  29.     transition: all .2s ease-in-out;
  30.     -moz-transform: scale(1.2);
  31.     -webkit-transform: scale(1.2);
  32.     -o-transform: scale(1.2);
  33.     -ms-transform: scale(1.2);
  34.     transform: scale(1.2);
  35. }
  36.  
  37. #rulesdiv {
  38.     font-weight: bold;
  39.     font-size: 18px;
  40. }
  41.  
  42. #footer-grid {
  43.     padding-top: -8px;
  44. }
  45.  
  46. #rule-indent{
  47.     margin-top: -10px;
  48. }
  49.  
  50. #copyright {
  51.     margin-top: 0;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment