How to float icon or text in vertical? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to float icon or text in vertical?

I am learning html css but yet semi skilled can you please give me an example, how its done like marquee but vertically both side in webpage?

24th Apr 2018, 4:55 PM
Mr. Jay Koranga
Mr.  Jay Koranga - avatar
1 Antwort
+ 5
you could use padding, set the first value to the vertical spacing you want and the second would be the horizontal spacing CSS: .marque { padding: 16px 32px; } HTML: <div class="marque"> <span>My Marque</span> </div>
25th Apr 2018, 7:34 AM
MCJEH
MCJEH - avatar