Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. style>
  2. @-webkit-keyframes pulseProgress {
  3.   from { opacity: 1; }
  4.   25% { opacity: 0; }
  5.   50% { opacity: 0; }
  6.   to { opacity: 1; }
  7. }
  8.  
  9. .pulseProgress {
  10.   -webkit-animation-name: pulseProgress;
  11.   -webkit-animation-duration: 5s;
  12.   -webkit-animation-iteration-count: infinite;
  13. }
  14. </style>
  15. <div style="
  16.    background: rgba(255,255,255,.4);
  17.    position: absolute;
  18.    top: 0;
  19.    left: 0;
  20.    width: 100%;
  21.    height: 100%;
  22.    text-align: center;
  23. "class="pulseProgress"><p style="
  24.    position: absolute;
  25.    top: 35%;
  26.    text-align: center;
  27.    width: 100%;
  28.    font-size: 80px;
  29.    color: rgba(33,33,88,1);
  30.    font-family: &quot;Moon Flower Bold&quot;;
  31. ">Travaux en cours -
  32. Inauguration prochainement</p></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement