Posts by Natasha • 1 point
1 post
- 
		0 votes4 answers4366 viewsA: How to ensure an image is centralized and responsiveIn case you can use @media screen... and give None float (if you have placed left or right float in img) and apply a margin 5px auto. ex: .logo-2{ float: right; width: 150px; height: 60px;…