Latest solutions
Latest comments
- @alephy9@AayushGuptaP1
Hey @alephy9, You can use the img tag for the illustration
<img class="order-image" src="images/illustration-hero.svg" alt="illustration of a person enjoying music">
and just set the width property to 100% and you are good to go😊.
img{ width: 100%; }