+ 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>
7 Respuestas
+ 4
Make the div have the below styling
display: flex;
+ 3
Please send this file as a code project
+ 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;
+ 3
Your welcome
+ 2
oh it is work... thank you bro
+ 1
oh it is work... thank you bro