0
How can a resize image logo and put it to header ?
3 ответов
+ 1
EmmanueLZ. Thank you
0
?
0
Hamzartail hi,
You can give width and height to your image.
Also , instead of putting an img tag in html you can give a background property to a div with your image and use background-size property and all the other background properties.
First ressource is about background property:
https://css-tricks.com/almanac/properties/b/background-size/
And second can help if you use img tag:
https://css-tricks.com/almanac/properties/i/image-rendering/