+ 1

Pls how can i make html images centered...?

3rd May 2020, 11:51 PM
Mister Kwao
Mister Kwao - avatar
1 Answer
+ 2
there's a lot of ways like: img { margin: 0 auto } Or .img-container { display: flex; justify-content: center; align-items: center; }
4th May 2020, 1:25 AM
Ceci Alejo
Ceci Alejo - avatar