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

Landing page using HTML, SCSS, JavaScript

Nikolay Borzunovβ€’ 125

@tydusgg

Desktop design screenshot for the Easybank landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


Damn, i hate image placing like in first section.

If someone have an example or best practice to place image and background-image easier, i would be very grateful.

Community feedback

Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

There are some accessibility issues, solve them if you can, if you can't then dm me on twitter

1
Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

Hello πŸ‘‹ @ Nikolay

Nice πŸ‘ work ☺️ on this one..!

I also struggled with that too...

What I did...

  1. I made section.wrapper with position relative and overflow hidden.
  2. placed div.wrapper__bg, div.hero, div.features,div.articles into it as direct child.
  3. Made div.wrapper__bg { position : absolute; and placed as per design.
  4. Made that background-image into div.hero with hero text.

The thing is position relative to parent and absolute to children

I cannot explain everything here πŸ˜…, if you are curious, then you can look at my solution, it's reader friendly. 😊

I tried my best to explain...

Hope it helps and happy coding πŸ˜‰

1

Nikolay Borzunovβ€’ 125

@tydusgg

Posted

@RocTanweer Thanks for advice! I did the same and it looks good in full hd, but when i resize window it becomes very ugly.

So, i still looking for a way to solve that problem :3

0
Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

@tydusgg I see

Good luck πŸ˜ƒ

0
nmorajdaβ€’ 945

@nmorajda

Posted

Good job! In the mobile view your menu is visible "by default". It should be visible after clicking.

0

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