resize logo css code example
Example 1: resize logo html css
#logo1 {
width: 230px;
height: 127px;
margin: 6px;
border-radius: 5%;
}
Example 2: CSS shrink image
<div style="width: 200px; height: 200px;">
<img src="imagen\imagen1.jpg" style="width: 100px; height: 100px;"/>
</div>