+ 3
how to work width.
3 Respuestas
+ 4
Just set width to a pixel amount or percentage. Same thing applies to height.
<img src="" alt="" style="height:50%; width:50px">
+ 3
In CSS you would us this.
Body{
Width:85%; or 1000px;
}
+ 2
width:100px / 120%