I have a question on an HTML page that I created.
The entire page depending on the large or small screen it automatically adjusts the size. Now the only thing I can not do is Image.
Can you help me?
CSS:
.image {
border: 0;
display: inline-block;
position: relative;
border-radius: 5px;
}
.image img {
display: block;
border-radius: 1px;
}
HTML:
<img src="images/Logo.png" />