I hope it is good because this is my first project generally
I don't know but it takes me just four hours include I delete the code and re-write it
am I good then?
I hope to know your answers
I hope it is good because this is my first project generally
I don't know but it takes me just four hours include I delete the code and re-write it
am I good then?
I hope to know your answers
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.
I am having some issues with the backgrounds images, they are increasing the size of the page.
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 :)