Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
5

Danilo Arcidiacono

@daniloarcidiaconoMilan, Italy120 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!

I’m currently learning...

CSS, Figma

Latest solutions

  • Responsive chart component using Sass and React

    #bem#sass/scss#react

    Danilo Arcidiacono•120
    Submitted almost 3 years ago

    0 comments
  • Responsive landing page using CSS Grid and Sass

    #bem#sass/scss

    Danilo Arcidiacono•120
    Submitted about 3 years ago

    0 comments
  • Responsive profile card using Sass

    #bem#sass/scss

    Danilo Arcidiacono•120
    Submitted about 3 years ago

    1 comment
  • Responsive four cards using Flexbox

    #bem#sass/scss

    Danilo Arcidiacono•120
    Submitted about 3 years ago

    0 comments
  • Responsive landing page using Sass and Flexbox

    #sass/scss#bem

    Danilo Arcidiacono•120
    Submitted about 3 years ago

    0 comments
  • Responsive NFT preview card using Sass and Flexbox

    #bem#sass/scss

    Danilo Arcidiacono•120
    Submitted about 3 years ago

    0 comments
View more solutions

Latest comments

  • Amobi Jonathan Chukwudi•350
    @Jonathanthedeveloper
    Submitted almost 3 years ago

    QR code solutions using HTML and CSS

    #accessibility
    2
    Danilo Arcidiacono•120
    @daniloarcidiacono
    Posted almost 3 years ago

    If you have only a single tag inside body, you can try to use flexbox:

    html, body {
    height: 100%;
    }
    
    body {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
  • sahal akma•30
    @sahalakma
    Submitted almost 3 years ago

    Responsive Landing Page Using Chart JS -

    #chart-js
    1
    Danilo Arcidiacono•120
    @daniloarcidiacono
    Posted almost 3 years ago

    You can try the before selector like this:

    <your-selector>::before {
       content: "$";
    }
    
  • Grzegorz•130
    @GregW1994
    Submitted about 3 years ago

    Simple project made with flexbox

    1
    Danilo Arcidiacono•120
    @daniloarcidiacono
    Posted about 3 years ago

    Hello, I would start by adding this:

    .shopping-item-details {
       ...
       flex: 1 1 auto;
    }
    

    which is a short form for:

    .shopping-item-details {
       ...
       flex-grow: 1;
       flex-shrink: 1;
       flex-basis: auto;
    }
    

    That makes the 'Annual Plan' grow and take the available space.

    Finally, add the following:

    .shopping-item {
     ....
      gap: 1rem;
    }
    

    gap adds a margin between flex items.

    Marked as helpful
  • P
    Luciano Lima•1,270
    @LucianoDLima
    Submitted about 3 years ago

    Stats preview card component - SCSS

    #sass/scss
    1
    Danilo Arcidiacono•120
    @daniloarcidiacono
    Posted about 3 years ago

    Didn't try this challenge yet, but I can think of two ways to tint the image with CSS:

    1. Using a suitable combination of filters (see https://codepen.io/sosuke/pen/Pjoqqp);

    2. Applying an overlay (with position absolute/relative) with a semi-transparent background color;

  • Yakeru•260
    @ykru6
    Submitted about 3 years ago

    Frontend Mentor | QR code component

    #accessibility#cube-css#semantic-ui
    1
    Danilo Arcidiacono•120
    @daniloarcidiacono
    Posted about 3 years ago

    Hello, here are some things that come to mind:

    1. Use BEM notation consistently to name your CSS classes (block__element--modifier);

    2. The font is imported in HTML but it's not used in CSS;

    3. Do not select h1, h4, p tags directly. Either add a class to such tags or use a CSS combinator to target them;

    4. Use max-width for the card. Also don't set a fixed height.

    5. Use CSS custom properties to centralize constants, like colors;

    6. Put your CSS files in a dedicated folder;

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