Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
33
Comments
11

Efere Precious

@justEfereNigeria580 points

I currently taking a course on creative web dev, nodeJS.

I’m currently learning...

NodeJS, Dart, PHP

Latest solutions

  • Notifications-page using html | css | js


    Efere Precious•580
    Submitted over 1 year ago

    0 comments
  • newsletter-signup using html, css and js


    Efere Precious•580
    Submitted over 1 year ago

    0 comments
  • Tip calculator [HTML\CSS\VanillaJS]


    Efere Precious•580
    Submitted over 1 year ago

    0 comments
  • Age calculator app using HTML | CSS | VanillaJS


    Efere Precious•580
    Submitted over 1 year ago

    0 comments
  • time-tracking-dashboard using vanillaJS


    Efere Precious•580
    Submitted over 1 year ago

    0 comments
  • Todo App using VanillaJS

    #vanilla-extract

    Efere Precious•580
    Submitted over 1 year ago

    0 comments
View more solutions

Latest comments

  • Saad Hisham•1,770
    @Saad-Hisham
    Submitted almost 2 years ago

    Dynamic expenses chart component

    1
    Efere Precious•580
    @justEfere
    Posted almost 2 years ago

    to actually get the exact dynamic height. You need to find what percent is the .json amount value to the total height of the chart div.. for example. if the total height of the div is 200px, and the .json amount is 23.4. you then need to find 23.4% of 200 and use the value as fill value for the div.

    ${(23.4/100)*200}px will give you the exact height for any div and make it dynamic.

    I hope this was helpful.

    Marked as helpful
  • Cesjhoan Feliu•190
    @CesjhoanFeliu
    Submitted almost 2 years ago

    Singup Form

    1
    Efere Precious•580
    @justEfere
    Posted almost 2 years ago

    In the boton.addEventListener("click", (e) => { e.preventDefault(); }

    add this to the beginning the form from automatically submiting data

    Marked as helpful
  • Matias Vignola•220
    @MatiasVignola
    Submitted almost 2 years ago

    Solution of intro component with sign up form, using sass and JS

    1
    Efere Precious•580
    @justEfere
    Posted almost 2 years ago

    hello, you can use this solution:

    <div class="form-group"> <input type="text" name="firstname" placeholder="First Name"> <span class="err-icon">!</span> <span class="err-msg">firstname cannot be empty</span> </div>

    for the css You can use css positioning to position the err-icon and err-message within the form-group div and also set their property to visibility: "hidden".

    for the js select err-icon and err-message and when displaying errors, set their visibility to visible.

    Marked as helpful
  • Fer•3,970
    @fernandolapaz
    Submitted about 2 years ago

    NFT preview

    #accessibility#lighthouse
    1
    Efere Precious•580
    @justEfere
    Posted about 2 years ago

    I'll really love to know how you got the size so precise.

  • AnthMan•190
    @Anthvirus
    Submitted about 2 years ago

    Stats preview card

    #bootstrap
    1
    Efere Precious•580
    @justEfere
    Posted about 2 years ago

    Check below for the code that can correct that. However, I think you need to work on making it responsive.

    .image-card {
        background: linear-gradient(hsl(277, 64%, 61%, 40%), hsl(277, 64%, 61%, 40%)), url(image-header-desktop.jpg);
    
  • Souvik Maji•240
    @artistoflight
    Submitted about 2 years ago

    STATS-PREVIEW-CARD

    1
    Efere Precious•580
    @justEfere
    Posted about 2 years ago

    Hope this will be helpful. before writing your css, ensure to add this code to reset padding, margin, and box-sizing. This will help you to get the width and height size properly without issues.

    *,
    *::before,
    *::after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    

    The container has a background color. Remove it

    .container {
        background: hsl(244, 38%, 16%);
    

    Here's a tip. You can use display: flex on the .main-content with flex-direction: column to have a constant spacing between items.

    .main-content {
        display: flex;
        flex-direction: column;
    

    I'll stop here.

View more comments
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

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