+ 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