set up initial success screen and added animation for collecting email form

This commit is contained in:
Jamal Jackson 2016-09-01 11:24:52 -04:00
commit a6a0742c90
5 changed files with 72 additions and 16 deletions

View file

@ -25,3 +25,13 @@
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3);
}
}
.overlay{
position: absolute;
top:0;
left:0;
width:100%;
height: 100%;
background: rgba(0,0,0,.4);
z-index: 4;
}