Dobro došli u moj slatki svet

Najnoviji postovi

Svi postovi
.marquee { overflow: hidden; opacity: 10; font-family: 'Playfair Display', serif; margin: 0px; padding: 0; color: black; font-size: 60px; font-weight: normal; position: relative; width: 100vw; max-width: 99%; overflow-x: hidden; height: 150px; z-index: 9900; } .track { z-index: 9900; transform: rotate(2deg); overflow: hidden; position: absolute; white-space: nowrap; will-change: transform; animation: marquee 40s linear infinite; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } } @media screen and (max-width: 640px) { marquee { font-size: 20px; } }
Odabrani radovi ✦  Uživajte ✦  Odabrani radovi ✦  Uživajte ✦  Odabrani radovi ✦  Uživajte ✦  Odabrani radovi ✦  Uživajte ✦ 
sfg
sfg
sfg
dfgh
<yxc
rew
tre
zrtz
tzuu
uioo
uio
slika
slika
slika
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice
torta figurice ivanin svet slatkisa
torta figurice ivanin svet slatkisa
torta figurice ivanin svet slatkisa
torta figurice ivanin svet slatkisa
torta figurice ivanin svet slatkisa
.button-hover { transition: all 0.3s ease; }

Kontaktiraj me

html{ scroll-behavior: smooth; } .hover-transition { transition: all 0.3s ease; } #dugme-kontakt { transition: all 0.3s ease; } .button-hover { transition: all 0.3s ease; } .cta { position: relative; display: inline-block; color: #000; text-decoration: none; } .cta:after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #FF586F; transition: width 0.3s ease, left 0.3s ease;} .cta:hover:after { width: 100%; left: 0;} .cta:active { color: #FF586F !important; }