Latest solutions
Latest comments
- @Dardou@1Zapien
Hello @Dardou for the hero section you just have to play with the sizing. Right now the section is to short so in order to fit the image it stretches it horizontally. Maybe try
min-height: 35rem;
- @K-Mannnn@1Zapien
Hello Kiran, since you are working on accessibility you should add aria labels to your media links.
For example: <a href="" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
This will add a label/context to your link which will be used by screen readers.
You can look into Aria here. Just use them when there are no semantic tags in HTML though.