make img bigger css code example
Example 1: scale down image css
img.resize {
width: 540px; /* you can use % */
height: auto;
}
Example 2: resize logo html css
#logo1 {
width: 230px;
height: 127px;
margin: 6px;
border-radius: 5%;
}