Popup css

This commit is contained in:
Marc 2015-12-24 20:47:32 -05:00
parent 8fb6105d5c
commit c5a575e418

View file

@ -168,6 +168,30 @@ form p textarea {
font-size: 7vh;
}
/*
* CONTACT FORM POPUP
*/
#contact-popup {
position: fixed;
top: 20vh;
height: 50vh;
width: 50vw;
background-color: #03A9F4;
left: 25vw;
border-radius: 15vw;
text-align: center;
padding-top: 15vh;
display: none;
}
#thanks {
color: #fff;
font-family: Oswald;
font-size: 4vw;
}
/*
* FONT DATA
*/