Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="hellopreloader">
- <div class="content">
- <div class="L-del1 del"></div>
- <div class="L-del2 del"></div>
- </div>
- <p class="second_text"> LakyForexGT</p>
- <style>
- body {
- background: black;
- align-items: center;
- }
- .content {
- margin: auto;
- width: 300px;
- height: 300px;
- display: flex;
- padding: 100px;
- padding-top: 200px;
- }
- .del {
- background: rgb(255,255,255);
- background: linear-gradient(298deg, rgba(255,255,255,1) 44%, rgba(1,1,255,1) 86%);
- }
- .second_text{
- font-size: 30px;
- color: blue;
- font-weight: bold;
- font-family: sans-serif;
- position: relative;
- display: block;
- text-align: center;
- margin-top:4%;
- font-size: 100px;
- margin-left: 0%;
- opacity:0;
- animation:second_text_anim 4s linear 4s ;
- }
- @media only screen and (max-width: 600px) {
- .second_text{
- font-size: 30px;
- color: blue;
- font-weight: bold;
- font-family: sans-serif;
- position: relative;
- display: block;
- text-align: center;
- margin-top:9%;
- font-size: 40px;
- margin-left: 0%;
- opacity:0;
- animation:second_text_anim 4s linear 4s ;
- }
- }
- .L-del1 {
- width: 60px;
- height: 290px;
- margin-right: 10px;
- margin: 0 0 10px 30px;
- animation: L-del1 4s linear;
- opacity:0;
- animation:second_text_anim 4s linear 0s ;
- }
- .L-del2 {
- width: 150px;
- height: 60px;
- margin: 228px 0 0 -60px;
- transform: skewY(-2deg);
- animation: L-del2 4s linear 0s;
- box-shadow: 0 2px 30px 1px black;
- opacity:0;
- z-index: 2;
- }
- /* ANIMATIONER */
- @keyframes L-del1 {
- 0% {
- height: 0;
- }
- 20% {
- height: 0;
- }
- 33% {
- height: 290px;
- }
- 50% {
- height: 300px;
- }
- 100% {
- height: 390px;
- }
- }
- @keyframes L-del2 {
- 0% {
- width: 0;
- }
- 20% {
- width: 0;
- }
- 33% {
- width: 150px;
- }
- 50% {
- width: 250px;
- }
- 100% {
- width: 280px;
- }
- 50% {
- opacity: 1;
- }
- }
- @keyframes second_text_anim {
- 50% {
- opacity: 1;
- }
- }
- </style>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment