Warning: session_start(): open(/var/lib/php/sessions/sess_s6ql1178pqmstv4qakr9a0biar, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
sS hArrows() {
ret hcss([[
.arrows {
position: absolute;
top: 100;
left: 100;
transform: translate(-50%,-50%);
}
.arrows span{
display: inline-block;
width: 20px;
height: 20px;
border-bottom: 3px solid blue;
border-right: 3px solid blue;
transform: rotate(45deg);
margin:-13px;
animation: animateArrow 2s infinite;
}
.arrows span:nth-child(2){
animation-delay: -0.1s;
}
.arrows span:nth-child(3){
animation-delay: -0.3s;
}
@keyframes animateArrow {
0%{
opacity:0;
transform: rotate(45deg) translate(-20px,-20px);
}
50%{
opacity:1;
}
100%{
opacity:2;
transform: rotate(45deg) translate(20px,20px);
}
}
]])
+ hdiv(linesLL(span(), span(), span()), class := "arrows");
}