0
No resize for image
https://code.sololearn.com/WFSox9fOQdWh/?ref=app I want to resize it to 100px (width and height) but it doesn't do this job. I have did it on a link converter.
5 ответов
+ 2
山 Zed use this.....
#logo img{
position:absolute ;
top:15px;
left:13px;
height:133px;
transform: rotate(0deg);
}
+ 2
When I set width and height to logo image it works.
Did you mean this image? You also have image inside button.
+ 2
=============================
Your Web size is for PC its not suitable on phone. To make it better you can add on your css property called min-width and max-width .
==============================
+ 1
What image?
0
Tนktนk💕 nah, doesn't.