jquery-toad
Version:
jQuery TOAD - O velho e querido jQuery
37 lines (30 loc) • 727 B
CSS
body {
-webkit-transition: background-color 3s linear;
-moz-transition: background-color 3s linear;
-o-transition: background-color 3s linear;
transition: background-color 3s linear;
}
main {
padding-top:3%;
padding-bottom:3%;
}
div.toad-logo-box, div.toad-content-box {
padding:20px;
}
div.toad-logo-box img {
display: block;
margin-left: auto;
margin-right: auto;
}
div.toad-main-box {
border: solid 2px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
footer.toad-footer-box {
padding:20px;
border-top:solid 2px;
box-shadow: 10px 10px 100px 5px #000000;
}