@ApplePieGiraffe
Posted
Hey there, Moh! 👋
Nice effort on this challenge! 👏
I'd like to suggest,
- Taking a look at your solution report and trying to clear up some of the errors that are there in order to improve the accessibility of your solution (it looks like you need to label the input elements on the page).
- Removing the default border around the submit button and using the
linear-gradient
function to color its background (to match the original design a little more closely). - Adding
overflow-x: hidden
to the page to prevent a horizontal scroll bar from appearing when the width of the screen decreases in the desktop layout. - Adding a little space around the top/bottom of the logo in the header in the mobile layout. 😉
I hope those few tips help. 🙂
Keep coding (and happy coding, too)! 😁
Marked as helpful
@Moh2106
Posted
@ApplePieGiraffe thanks for your remark