Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-image: url(../images/bg5.jpg);
- background-size: cover;
- background-attachment: fixed;
- background-position: center;
- }
- #container-1 {
- padding-top: 150px;
- }
- #logoimg {
- top: -90px; border: 2px solid rgba(34, 36, 38, 0.15); z-index: 1;
- }
- #grid-1 {
- padding-top: 10px;
- }
- #chevhr {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- #chevron {
- transition: all .2s ease-in-out;
- font-size: 32px;
- }
- #chevron:hover{
- transition: all .2s ease-in-out;
- -moz-transform: scale(1.2);
- -webkit-transform: scale(1.2);
- -o-transform: scale(1.2);
- -ms-transform: scale(1.2);
- transform: scale(1.2);
- }
- #rulesdiv {
- font-weight: bold;
- font-size: 18px;
- }
- #footer-grid {
- padding-top: -8px;
- }
- #rule-indent{
- margin-top: -10px;
- }
- #copyright {
- margin-top: 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment