Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
You should wrap svg and h1 into div with display: flex (in css). h1 is a block element (full width) this is the reason why it happened. you have also deprecated font tags which shouldn't be used anymore
11th Mar 2019, 8:27 PM
Habababa