User:Mathijs van Oosterhoudt: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 13: Line 13:
margin-right: auto;
margin-right: auto;
font-family: "Comic Sans MS", cursive, sans-serif;
font-family: "Comic Sans MS", cursive, sans-serif;
 
opacity: 0.7;
   .make-random(1, 100);
   .make-random(1, 100);
   width: floor(`Math.random() * @{max} + @{min}`)*100;
   width: floor(`Math.random() * @{max} + @{min}`)*100;
    width: 100px;
    height: 100px;
    background: red;
    position: relative;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;





Revision as of 13:08, 26 November 2014