Skip to content
Snippets Groups Projects
Commit 838ef524 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Added Intro Animation

parent 13f38571
Branches master
No related tags found
Loading
......@@ -91,6 +91,7 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
background-color: white !important;
font-weight: 600;
font-size: 1.5em !important;
font-weight: 500 !important;
width: 12em !important;
height: 3em !important;
bottom: 20em !important;
......@@ -99,6 +100,12 @@ box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
animation: logointro 5s once;
}
@keyframes logointro {
0% {right: -10em; }
100% { right: : 2em; }
}
.col-md-9{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment