Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
3
Comments
1

Ronald Arias

@rpariasQuito80 points

Hi, my name is Ronald, I'm programmer and designer. I'm consultant developer at ThoughtWorks, I'm always willing to learn new things and collaborate in projects

Latest solutions

  • TDD with React Testing Library, React Context and Github Actions


    Ronald Arias•80
    Submitted over 3 years ago

    0 comments
  • Stats preview card component solution


    Ronald Arias•80
    Submitted almost 4 years ago

    0 comments
  • Stats preview card component solution


    Ronald Arias•80
    Submitted almost 4 years ago

    1 comment

Latest comments

  • Hai Lam•10
    @haikl316
    Submitted almost 4 years ago

    Stats Preview Card

    2
    Ronald Arias•80
    @rparias
    Posted almost 4 years ago

    Hi, in order to round only 2 corners you can use the same property: border-radius: 0 10px 10px 0;

    The first value is the top-left corner, the second is the top-right corner, the third is the bottom-right and the last is the bottom-left.

    To add the magenta layer on top of the image you can use the property mix-blend-mode. Something like this:

    .picture { position: relative; }

    .picture::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; mix-blend-mode: revert; background-color: var(--soft-violet); }

    In addition, you can take a look at this video: https://www.youtube.com/watch?v=mT10ZJdlh9Y

    Marked as helpful
Frontend Mentor logo

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

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