Difference between revisions of "Team:Marburg"

Line 18: Line 18:
 
   left: 2px;
 
   left: 2px;
 
   text-shadow: -2px 0 #ff00c1;
 
   text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
 
  a typical top,right,bottom,left fashion and creates a mask
 
  to only show a certain part of the glitch at a time. */
 
 
   clip: rect(44px, 450px, 56px, 0);
 
   clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
+
   animation: glitch-anim 5s linear alternate-reverse;
  with an alternating animation to keep things fresh. */
+
   animation: glitch-anim 5s infinite linear alternate-reverse;
+
 
}
 
}
 
.glitch::after {
 
.glitch::after {
Line 35: Line 30:
 
   left: -2px;
 
   left: -2px;
 
   text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
 
   text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
   animation: glitch-anim2 1s infinite linear alternate-reverse;
+
   animation: glitch-anim2 1s linear alternate-reverse;
 
}
 
}
  

Revision as of 16:31, 4 September 2019

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.