Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
16
Comments
2

Ignacio Andrés Molina

@StrocsChile300 points

Web Development enthusiastic and Architect by profession

Latest solutions

  • Four Card Feature Section | ReactJs, SSG with vite, TailwindCSS

    #react#vite#tailwind-css

    Ignacio Andrés Molina•300
    Submitted over 2 years ago

    0 comments
  • Rest Countries App | ReactJs, React-Router, CSS module

    #react#react-router#vite

    Ignacio Andrés Molina•300
    Submitted over 2 years ago

    0 comments
  • Multi Step Form | ReactJs, useContext, React-Router, TailwindCss

    #react#react-router#tailwind-css#vite

    Ignacio Andrés Molina•300
    Submitted over 2 years ago

    0 comments
  • Interactive Rating Component | Typescript, ReactJs, Tailwind, Vite

    #react#typescript#vite#accessibility

    Ignacio Andrés Molina•300
    Submitted over 2 years ago

    1 comment
  • Todo App | Built with Astro & React

    #astro#react#tailwind-css

    Ignacio Andrés Molina•300
    Submitted over 2 years ago

    0 comments
  • Launcher Countdown | React, Custom hooks.

    #vite#accessibility

    Ignacio Andrés Molina•300
    Submitted over 2 years ago

    0 comments
View more solutions

Latest comments

  • Oluwasina Omotosho•350
    @shinaeli
    Submitted over 2 years ago

    Expenses Chart Component

    1
    Ignacio Andrés Molina•300
    @Strocs
    Posted over 2 years ago

    Hi @shinaeli, I was looking on your code and found your problem.

    previousElementSibling is working just fine, your problem is with css selectors specificity:

    Change class selector + type selector (.compo h3) to a type selector (h3), this is because a class + type selector will have high priority over just a type selector, or class selector. (this is not the best solution, always is better use a class selector for every element)

    h3 {
        padding: 5px;
        background-color: hsl(25, 47%, 15%);
        color: #fff;
        font-size: 12px;
        border-radius: 2px;
        margin-bottom: 5px;
        text-align: center;
        display: none;
    }
    

    This is a great article for learn css selector specificity: Importance of CSS Specificity and its best practices

    Hope this helps you! have a nice code day 😀

  • Marcin•80
    @mmiskiewicz99
    Submitted over 2 years ago

    Order summary page

    1
    Ignacio Andrés Molina•300
    @Strocs
    Posted over 2 years ago

    Hello Marcin, Great Solution! gratz!

    I was looking at your code and this is your problem:

    body{
        background-image: url(../images/pattern-background-mobile.svg);
    }
    

    that means your link path is looking one folder up, try this:

    body{
        background-image: url(./images/pattern-background-mobile.svg);
    }
    

    ./ :- This delimiter points to the parent folder of the current working file. It gives access to all the files and folders in the parent folder of the current working file. Let us look at another project structure.

    ../ : This delimiter points one folder up the parent directory/folder of the current working file i.e it points to the parent folder of the parent folder of the current working file. More like to the grand parent folder.

    Source: Understanding File Paths

    Hope will be useful, Cheers!

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