From c5a575e41809f952ebc2e80d1254f53f943c07ea Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 24 Dec 2015 20:47:32 -0500 Subject: [PATCH] Popup css --- css/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/css/style.css b/css/style.css index 14e2f12..525147a 100644 --- a/css/style.css +++ b/css/style.css @@ -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 */