Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
2
Audrey Lovelace
@AudreyLovelace

All comments

  • Audrey Lovelace•100
    @AudreyLovelace
    Submitted over 2 years ago

    single-page-desing-portfolio with scss

    #sass/scss
    1
    Audrey Lovelace•100
    @AudreyLovelace
    Posted over 2 years ago

    notes for touchscreen

    1.add {passive: true} for event listener as the 3rd parameter to prevent default scrolling.

    2.event.preventdefault() also works but it's much more expensive so passive: true is preferable.

    notes for element.style

    1.element.style="something" will be erased when you declare element.style="another thing" else where.

  • Audrey Lovelace•100
    @AudreyLovelace
    Submitted over 2 years ago

    skilled-elearning-landing-page

    #sass/scss
    1
    Audrey Lovelace•100
    @AudreyLovelace
    Posted over 2 years ago

    .hero { display: grid; grid-template-columns: 1fr 1fr;

    &_right {
      // @include border();
      z-index: -1;
      display: block;
      position: relative;
      width: 150%;
      top: -50px;
      min-width: 400px;
      overflow-clip-margin: content-box;
      overflow: clip;
    }
    

    }

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

Frontend Mentor

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

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

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub