How to align in css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to align in css

I can’t get a header to align in the center in css. How do I fix this?

7th Oct 2018, 12:47 PM
Kester Derson
Kester Derson - avatar
1 Answer
+ 3
HTML:: <h2>SoloLearn</h2> CSS:: h2 { text-align:center; }
7th Oct 2018, 1:01 PM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar