modified: custom2.css

modified:   index.html
This commit is contained in:
russellballestrini 2017-03-20 20:08:23 -04:00
parent 2da60002f0
commit eb27b24d31
2 changed files with 184 additions and 145 deletions

View file

@ -21,11 +21,27 @@ body {
#mc_embed_signup {
clear:left; font:14px Helvetica,Arial,sans-serif;
}
#mc_embed_signup .button {
#mc_embed_signup .button, .red {
background-color: #AA0000;
border-color: #AA0000;
color: #FFFFFF;
}
#mc_embed_signup .button:hover {
#mc_embed_signup .button:hover, .red:hover {
background-color: #D40000;
border-color: #DA0000;
color: #FFFFFF;
}
.pricebox {
text-align: center;
background-color: #ffffff;
padding-top: 30px;
padding-bottom: 30px;
}
.deal {
padding-top: 50px;
padding-bottom: 50px;
}
.graybg {