Guys please help me ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Guys please help me !

I want to align title of page in center in html how to do it. https://code.sololearn.com/WzKBH47R4vnD/?ref=app

10th Jun 2018, 6:01 AM
Atul Mishra
Atul Mishra - avatar
7 Answers
+ 2
I want inline center
10th Jun 2018, 6:14 AM
Atul Mishra
Atul Mishra - avatar
+ 2
do you mean exact center of the page?
10th Jun 2018, 6:44 AM
Siddharth
Siddharth - avatar
10th Jun 2018, 6:12 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
https://code.sololearn.com/W1wPZ0xge399/?ref=app
10th Jun 2018, 6:14 AM
Louis
Louis - avatar
+ 1
Try to change to CSS body .box1, h1. body { padding:0; margin:0; background:linear-gradient(to right,#008C9E,#00DFFC); } .box1{ padding:5px; width:100%; margin: calc((100%-60px)/2) 0 ; } h1 { display:inline-block ; text-align:center; vertical-align: middle ; color:#fff; width:80%; }
10th Jun 2018, 2:35 PM
Olga
+ 1
parent { display:flex; justify-content:center; align-items:center;} https://code.sololearn.com/WED9KDStqVQn/?ref=app
10th Jun 2018, 5:50 PM
Miha Mimiha
Miha Mimiha - avatar
10th Jun 2018, 7:34 AM
Louis
Louis - avatar