
Mohammad Ashir
@A-shir1All comments
- @zebra-not-donkey@A-shir1
Okay first of all, top tier username.
Amazing work consider this is your first project and it took you just 4 hours .
Try to work on its responsiveness. And don't worry too much about whether it looks good or not, just pay attention to detail and it will look good.
- @egallardo@A-shir1
For the background images, try putting them in css using the background-image: url (images/images/bg-pattern-top.svg), instead of putting them in HTML with img tags.
Few more things that I noticed :-
1- For the body height try using height: 100vh; instead of hard coding using px.
2- For the width of a div or image, try to use % or rem or em instead of pixels. What it does it makes the size just a little more dynamic to the screen width (in case of %).
3- You have a typo in font-family and that is why the font wasnt applied.
4- Try learning and implementing flex and flexbox. It makes your life sooo much easier.
Seeing as you might be new to webdev, just keep practicing and dont stress it. It only gets easier :)