This is my style and img element. And I can’t seem to pass this section. Even from watching the video it looks right?
’
<style>
.smaller-image {
width: 100px;
}
<a href="#"><img class: "smaller-image." src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
‘’’