Help | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Help

I want write this in one line. How this do it? <div> <h1>H</h1> <h2>E</h2> <h3>L</h3> <h4>L</h4> <h5>O</h5> <h5>W</h5> <h4>O</h4> <h3>R</h3> <h2>L</h2> <h1>D</h1> </div>

3rd Oct 2020, 4:20 PM
Tagiev Eziz
Tagiev Eziz - avatar
7 Réponses
+ 4
Make the div have the below styling display: flex;
3rd Oct 2020, 4:25 PM
Steve Sajeev
Steve Sajeev - avatar
+ 3
Please send this file as a code project
3rd Oct 2020, 4:35 PM
Steve Sajeev
Steve Sajeev - avatar
+ 3
After display property also add align-items with the value of center to the div final style of div is display: flex; align-items: center;
3rd Oct 2020, 4:37 PM
Steve Sajeev
Steve Sajeev - avatar
+ 3
Your welcome
3rd Oct 2020, 4:41 PM
Steve Sajeev
Steve Sajeev - avatar
+ 2
oh it is work... thank you bro
3rd Oct 2020, 4:41 PM
Tagiev Eziz
Tagiev Eziz - avatar
+ 1
oh it is work... thank you bro
3rd Oct 2020, 4:34 PM
Tagiev Eziz
Tagiev Eziz - avatar
3rd Oct 2020, 4:36 PM
Tagiev Eziz
Tagiev Eziz - avatar