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

LelloX-Dev

@LelloX-Dev110 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

  • Responsive article preview using CSS Grid and Flexbox


    LelloX-Dev•110
    Submitted 23 days ago

    1 comment
  • Responsive testimonials grid using CSS Grid and custom properties


    LelloX-Dev•110
    Submitted about 1 month ago

    2 comments
  • Responsive feature section using HTML, CSS Grid, and Flexbox


    LelloX-Dev•110
    Submitted about 1 month ago

    1 comment
  • Responsive product-card using CSS custom prop, grid and flex


    LelloX-Dev•110
    Submitted about 1 month ago

    1 comment
  • Responsive recipe page using Flexbox, custom properties, semantic HTML


    LelloX-Dev•110
    Submitted about 1 month ago

    1 comment
  • Social Links Profile Card using HTML, CSS Flexbox, Custom Property


    LelloX-Dev•110
    Submitted about 1 month ago

    1 comment
View more solutions

Latest comments

  • P
    Anatolii Sudariev•210
    @amix74
    Submitted 24 days ago
    What specific areas of your project would you like help with?

    Any suggestions on how I can improve are welcome!

    Article preview component, CSS, JS

    1
    LelloX-Dev•110
    @LelloX-Dev
    Posted 23 days ago

    perfect, only thing i can see a little off is the gap between the title and the description but is really identical, good job

  • P
    Josue David Sarmiento Guarnizo•60
    @Josu-s12
    Submitted 4 months ago

    responsive testimonials grid section page

    1
    LelloX-Dev•110
    @LelloX-Dev
    Posted about 1 month ago

    perfect, only thing i can notice is the font size that made the overall grid look a little to big

  • Mustafa Sen•2,210
    @mustafasen97
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    There could be even cleaner coding.

    Four Card Feature Section

    1
    LelloX-Dev•110
    @LelloX-Dev
    Posted about 1 month ago

    really good, only things to adjust spacing, card width and bg-color of body

  • Zivi793150•150
    @Zivi793150
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    Next time, I would use a Stylus for CSS.

    product preview card with CSS and HTML

    1
    LelloX-Dev•110
    @LelloX-Dev
    Posted about 1 month ago

    Good Job!!

    only thing is the spacing of P E R F U M E and the the product title, exept that is perfect

    Marked as helpful
  • maxcooper91092•40
    @maxcooper91092
    Submitted about 1 month ago
    What specific areas of your project would you like help with?

    I would appreciate any suggestions for my code.

    Recipe Page Using Only CSS Flexbox for Responsiveness

    2
    LelloX-Dev•110
    @LelloX-Dev
    Posted about 1 month ago

    Good job!!

    the only few things i can notice is the headers that are a bit too bold and the padding-left on the lists wich is not quite right.

    but aside those little things, it looks very good

  • T Moses•150
    @Andrew-003
    Submitted about 2 months ago

    social links card using html and css (flexbox and grid)

    1
    LelloX-Dev•110
    @LelloX-Dev
    Posted about 1 month ago

    ✅ What’s Working Well

    1. Layout & Structure body using display: grid with align-items: center is a clean and effective way to vertically center content. ✅

    .container uses flex with flex-direction: column and align-items: center, which works well for stacking profile content. ✅

    1. Responsiveness You’ve kept widths relative (rem units) and used margin-left/right: auto for centering, which supports responsive design. ✅

    2. Border Radius & Spacing Use of border-radius (2ch, 3rem) adds nice rounded visuals.

    Padding and margin usage is generally well-balanced.

    1. Hover Effects .socials :hover changes background and text color, providing a clear visual cue. ✅

    ❌ What Needs Improvement

    1. Color Palette You're using custom rgba() values instead of the specified colors from the style guide. Replace with the following for consistency:

    ✅ Replace rgba(4, 4, 4, 0.95) with hsl(0, 0%, 8%) (--Grey-900)

    ✅ Replace rgba(22, 22, 22, 0.9) with hsl(0, 0%, 12%) (--Grey-800)

    ✅ Replace rgba(46, 46, 46, 0.8) with hsl(0, 0%, 20%) (--Grey-700)

    ✅ Replace rgb(129, 220, 38) with hsl(75, 94%, 57%) (the official Green)

    1. Typography You’re using Arial, Helvetica, sans-serif, but the challenge specifies the Inter font family.

    ❗ Replace with:

    css Copia Modifica font-family: "Inter", sans-serif; Set a base font-size: 14px in the body to align with the style guide.

    1. Selector Issues .socials :hover has a space, meaning it targets any element inside .socials on hover. This could lead to unexpected behavior.

    ✅ Change to .socials a:hover for correct targeting.

    1. Code Consistency / Cleanup Some redundancy in margin-right: auto; margin-left: auto; inside .container, which is already horizontally centering via flexbox and width.

    Consider grouping shared font-family rules to avoid repetition.

    💡 Suggestions for Enhancement Add media queries for smaller viewports (320px–375px) to truly meet the design spec and be mobile-friendly.

    Consider using CSS variables (--color-name) for the color palette to improve maintainability and theming.

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