Line 33: | Line 33: | ||
</div> | </div> | ||
</footer> | </footer> | ||
+ | <style> | ||
+ | footer{ | ||
+ | background-color:#1b2046; | ||
+ | color:#FFFFFF; | ||
+ | text-align:center; | ||
+ | min-height:200px; | ||
+ | font-family: "Futura LT Light",sans-serif; | ||
+ | padding-top:0;} | ||
+ | .button-buttom{ | ||
+ | font-size:20px; | ||
+ | height:50px; | ||
+ | line-height: 50px; | ||
+ | width:50px; | ||
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
+ | color:#eee; | ||
+ | background-color: transparent; | ||
+ | border-color: #ebebeb; | ||
+ | border-radius: 100%; | ||
+ | -webkit-transition-duration: 0.4s; /* Safari */ | ||
+ | transition-duration: 0.4s;} | ||
+ | .button-buttom:hover{ | ||
+ | background-color: #ebebeb; | ||
+ | color:#000;} | ||
+ | .button-buttom:active:after { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | opacity: 1; | ||
+ | transition: 0s} | ||
+ | .contact-info{ | ||
+ | text-align: left;} | ||
+ | ul.share-group{ | ||
+ | margin:0 auto; | ||
+ | display:block; | ||
+ | width:1080px; | ||
+ | padding-top:0;} | ||
+ | .share-group li{ | ||
+ | display:inline-block; | ||
+ | padding:10px;} | ||
+ | address{ | ||
+ | text-align: left; | ||
+ | font-size: medium;} | ||
+ | .copyright{ | ||
+ | padding-bottom:20px;} | ||
+ | </style> | ||
</html> | </html> |
Revision as of 08:32, 13 September 2017