@kyeitheophilusSubmitted over 1 year ago
All feedbacks are allowed.
All feedbacks are allowed.
I have some suggestions about your code that might interest you.
For the alt attribute of the logo, use the company name as the alt description. The words "images" or "logo" are not necessary. The social media icons should be links (<a>) and contain the <i> element inside. Use rem or em instead of pixels for font-size, this way the font size will adapt based on the user's browser settings. Add two dots instead of one to display the image correctly, as the CSS file is inside a folder. For example: background-image: url(../images/bg-desktop.svg); I hope you find it useful!