You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
327 B

.troggles {
height:500px;
left:50%;
margin-left:-300px;
overflow:hidden;
position:absolute;
top:110px;
width:600px;
z-index:0;
}
.troggle {
$bg: crimson;
background: $bg;
height:100px;
opacity: 0.5;
position:absolute;
transition:left 0.3s, top 0.3s;
width:100px;
}