Picture in the Center ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Picture in the Center ?

How too in html

21st Nov 2018, 7:01 PM
Totendax Müller
Totendax Müller - avatar
2 Answers
+ 1
If you want to put the image exactly at the center of webpage then you can do this using css #your-img-id{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
22nd Nov 2018, 3:12 AM
Rishi Anand
Rishi Anand - avatar