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

Temiboss1

@Temiboss1440 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Tip calculator app


    Temiboss1•440
    Submitted 3 months ago

    0 comments
  • Blogr landing page


    Temiboss1•440
    Submitted 3 months ago

    0 comments
  • Coding bootcamp testimonials slider


    Temiboss1•440
    Submitted 3 months ago

    0 comments
  • Browser extension manager UI


    Temiboss1•440
    Submitted 3 months ago

    0 comments
  • Notifications page


    Temiboss1•440
    Submitted 3 months ago

    0 comments
  • Agency Landing Page


    Temiboss1•440
    Submitted 3 months ago

    0 comments
View more solutions

Latest comments

  • Oluchi Onyeguke•290
    @lulublake
    Submitted 4 months ago
    What challenges did you encounter, and how did you overcome them?

    I had a major challenge with styling the input while in focus. I was supposed to use a gradient color when the input was active or in focus. I was able to do that, but I think the method I used restricted me from adjusting the border radius, and it made the input box rectangular.

    What specific areas of your project would you like help with?

    I would like help with adjusting the border radius of my input field when it's in focus

    Interactive card details

    #express#node#tailwind-css#jquery
    2
    Temiboss1•440
    @Temiboss1
    Posted 4 months ago

    There is a method that does not affect the border-radius.. you can use this next time

    input:focus, input:hover {

    outline: none;
    border: 2px solid transparent; /* To make sure your gradient is visible */
    background:linear-gradient(white, white) padding-box,
    linear-gradient(45deg, hsl(249, 99%, 64%),  hsl(278, 94%, 30%)) border-box;
    

    }

    when using background like this method you need to give the padding box and the border-box their colors so it wont paint the whole thing. the padding box is to make sure the padding box remains white.

    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

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