Picture in the Center ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Picture in the Center ?

How too in html

21st Nov 2018, 7:01 PM
Totendax Müller
Totendax Müller - avatar
2 Réponses
+ 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