Hello! Please tell me how to realize the dynamic scale of the image in the header of the site? Honestly, I tried many things, but did not achieve the desired result. Wordpress website. An example of my problem:
HTML code:
<div id="header" <img src="http://uvovng.000webhostapp.com/wp-admin/images/gerb1.png" width="150" height="160" style="position:absolute; top: 30px; left: 20px;> CSS code:
If I do in the block
header, img { wight 10%; } so the scale of the picture changes, but it applies this size to all pictures img , not only in the header . How can I apply this attribute only for images that are located in the header?