

















Za upite o radu Veslačkog saveza Zagreb, suradnji ili informacijama o veslačkim klubovima, obratite nam se preko navedenih kontakata.
/* HTML: <div class="loader"></div> */
.loader {
width: fit-content;
text-transform: uppercase;
color: #0000;
-webkit-text-stroke: 1px #000;
background: conic-gradient(#000 0 0) 0/0% 100% no-repeat text;
animation: l1 1s linear infinite;
}
.loader:before {
content: "Loading";
}
@keyframes l1 {
to{background-size: 120% 100%}
}