Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • REDDDAX 30

    @REDDDAX

    Submitted

    the most difficult part was applying the filter on the picture o it's still messed up i hope someone can help with that, i've used position absolute so when you make the page bigger or smaller it follows the body . there's a way using grid but am still learning it so i hope someone has an even easier way

    . i could've used filter but it wasn't even close to the design that's why i had to used a div with the pink background color and that's where i messed up

    @as90695

    Posted

    Hii REDDDAX Congratulations for completing this challenge. I have one advice for you.

    Please keep your code more readable to other users. Give your image element object-fit: cover; So it can cover the whole div.

    You've done a great job Keep learning and happy coding.

    Marked as helpful

    0
  • @as90695

    Posted

    Hello There! FerZva Congractulation for completing this challange. You've done a great job and created a wonderful landing page to look at.

    Here are some suggestions I hope this will help you in your upcoming projects.

    1. I came across your site and noticed that your content is not vertically centered. I dont know if you left that purposely or not but you can add one more line in body to make it vertically centered. align-item: center;

    2. use min-height attribute in body tag instead of height attribute. min-height: 100vh;

    other than this you've done a great job. keep learning and keep growing. feel free to contact me for any suggestion you would like to give to me.

    Marked as helpful

    0