@Jos02378
Posted
Hey @Senay-Fekadu2, good job on this solution!
Some feedback for you:
-
You can use the property
height: 100%
andobject-fit: cover
so the image fills the container and it is not squeezed when reducing the size of the viewport. Also, play with the min-width so the image container is not too small. -
You can use
text-transform: uppercase
to capitalized your text in CSS instead of explicitly typing them in the HTML file. -
You can try to follow a CSS convention called BEM. You can watch this video for more information Link to video.
I hope this helps, good luck!
Marked as helpful
@Senay-Fekadu2
Posted
@Jos02378 Thankyou for the feed back I will check it and get back to you