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

Submitted

Loopstudio landing page CSS Grid, Sass, BEM and AOS

Martaโ€ข 630

@martam90

Desktop design screenshot for the Loopstudios landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi,

This challenge looked easy, however, there was some tricky parts for me.

I have difficulties with a white-border box below menu (immersive experiences...). It does not look well on very small screen below 360px. Do you have any suggestions how to improve it? My second question is - should I bother myself how the website looks on IE? My website is completely broken on IE beacuse of CSS Grid and picture tags I have applied. In one hand, frontend dev should create websites that look decent on every browser. On the other hand, why should I write a much more code and avoid using benefits of modern CSS. What is your opinion?

Thank you :)

Community feedback

P
ApplePieGiraffeโ€ข 30,565

@ApplePieGiraffe

Posted

Hey, once again, Marta! ๐Ÿ‘‹

Of courseโ€”it's nice to see you complete another challenge! ๐Ÿ˜€ Nice work on this one! ๐Ÿ‘ I like the on-scroll animation you added to the introductory section! ๐Ÿ‘

I only suggest perhaps decreasing the height of the hero section in the desktop and mobile layouts (it seems quite high, at the moment).

As for the text in the hero section, you might have to decrease the font-size of that just a tad to prevent overflow issues on very small mobile devices.

I'm not an expert, but I don't think you have to worry too much about IEโ€”it's very, very old by now and most developers seem more concerned about adding browser support for older versions of more popular browsers that are still in use (like Chrome, Firefox, etc.). ๐Ÿ˜‰

Keep coding (and happy coding, too)! ๐Ÿ˜

2

Martaโ€ข 630

@martam90

Posted

@ApplePieGiraffe thank you for your feedback, I will try to improve my solution :)

1
Anna Leighโ€ข 5,135

@brasspetals

Posted

Hi, Marta!

Sorry I missed this solution! Congrats on completing another one - and good job on this one too! ๐Ÿ˜„

It looks fine to me on 320px screens - so perhaps you have already made fixes since originally posting your solution. I had to make an extra media query for screens below 375px for mine.

As for IE, I donโ€™t think you need to worry about it generally. According to Can I Use, global usage for IE is barely above 1%. I see youโ€™re already using an auto-prefixer, so you should be more than good.

I think itโ€™s great that you added in some loading and scroll animations for different sections. My only suggestion here, and this is totally a personal preference, is to have all the hero animations end at the same time or very near. Right now the heading takes a bit longer than the nav.

I also suggest going in and taking another look at your gallery div in the creations section - from 768px to 783px the images get HUGE. Might want to adjust your media query so that your grid-template-columns gets applied a little earlier.

Looking forward to your next solution - and happy coding!

1

Martaโ€ข 630

@martam90

Posted

@brasspetals Hi, thanks for your feedback. I have already made some improvements as ApplePieGiraffe suggested. Indeed, the gallery needs to be improved, thank you for pointing me that out.

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord