Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 11 months ago

Skilled E-learning landing page

P
lynx232•190
@lynx232
A solution to the Skilled e-learning landing page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

Being able to figure out how to properly display the .svg image.

What challenges did you encounter, and how did you overcome them?
  1. How to use change the .svg image depending on the breakpoint:
  • By using <source srcset="" media="(max/min-width:)" ;
  1. Making it look good on ultrawide monitors:
  • By nesting a <div> element within the <body> element which nested the page itself;
  1. How to properly display the .svg image:
  • By changing it's overflow: to visible, the position: to absolute; the overflow: of the <div> element containing it's parent element to hidden(in order to maintain it's relative position in the page) and the position: to relative, then resizing and repositioning it using width - height and top - right.
What specific areas of your project would you like help with?

I didn't figure out how to change the color of the bottom button to look like it should when hovered over.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on lynx232's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License