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

1253PUJITH

@1253PUJITH140 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

  • Article preview component

    #airtable#angular-material#emotion#lit#react-aria

    1253PUJITH•140
    Submitted 3 months ago

    I’d like help with improving the responsive design, especially how to make the layout adapt more smoothly between mobile and desktop views. I’m also unsure if I’m using Flexbox and spacing techniques in the most efficient way—sometimes things feel a bit messy or inconsistent.

    Additionally, I’d appreciate feedback on how to organize my CSS better, including best practices for class naming, layout structuring, and how to manage hover or focus styles more cleanly.

    Finally, any tips on improving accessibility (like contrast ratios, keyboard navigation, etc.) would be really helpful to make my projects more inclusive and polished.


    0 comments
  • chat-app-css-illustration-master

    #bulma#c##gulp#node#react-aria

    1253PUJITH•140
    Submitted 3 months ago

    I’d like help with improving the responsive design, especially how to make the layout adapt more smoothly between mobile and desktop views. I’m also unsure if I’m using Flexbox and spacing techniques in the most efficient way—sometimes things feel a bit messy or inconsistent.

    Additionally, I’d appreciate feedback on how to organize my CSS better, including best practices for class naming, layout structuring, and how to manage hover or focus styles more cleanly.

    Finally, any tips on improving accessibility (like contrast ratios, keyboard navigation, etc.) would be really helpful to make my projects more inclusive and polished.


    0 comments
  • fylo-data-storage-component-master

    #airtable#chart-js#contentful#daisy-ui#foundation

    1253PUJITH•140
    Submitted 3 months ago

    I’d like help with improving the responsive design, especially how to make the layout adapt more smoothly between mobile and desktop views. I’m also unsure if I’m using Flexbox and spacing techniques in the most efficient way—sometimes things feel a bit messy or inconsistent.

    Additionally, I’d appreciate feedback on how to organize my CSS better, including best practices for class naming, layout structuring, and how to manage hover or focus styles more cleanly.

    Finally, any tips on improving accessibility (like contrast ratios, keyboard navigation, etc.) would be really helpful to make my projects more inclusive and polished.


    1 comment
  • testimonials-grid-section

    #angular-material#chai#cypress#deno#gatsby

    1253PUJITH•140
    Submitted 3 months ago

    I’d like help with improving the responsive design, especially how to make the layout adapt more smoothly between mobile and desktop views. I’m also unsure if I’m using Flexbox and spacing techniques in the most efficient way—sometimes things feel a bit messy or inconsistent.

    Additionally, I’d appreciate feedback on how to organize my CSS better, including best practices for class naming, layout structuring, and how to manage hover or focus styles more cleanly.

    Finally, any tips on improving accessibility (like contrast ratios, keyboard navigation, etc.) would be really helpful to make my projects more inclusive and polished.


    0 comments
  • four-card-feature-section-master

    #angular#c##chai#foundation#pure-css

    1253PUJITH•140
    Submitted 3 months ago

    I’d like help with improving the responsive design, especially how to make the layout adapt more smoothly between mobile and desktop views. I’m also unsure if I’m using Flexbox and spacing techniques in the most efficient way—sometimes things feel a bit messy or inconsistent.

    Additionally, I’d appreciate feedback on how to organize my CSS better, including best practices for class naming, layout structuring, and how to manage hover or focus styles more cleanly.

    Finally, any tips on improving accessibility (like contrast ratios, keyboard navigation, etc.) would be really helpful to make my projects more inclusive and polished.


    1 comment
  • product-preview-card


    1253PUJITH•140
    Submitted 3 months ago

    I’d like help with improving the responsive design, especially how to make the layout adapt more smoothly between mobile and desktop views. I’m also unsure if I’m using Flexbox and spacing techniques in the most efficient way—sometimes things feel a bit messy or inconsistent.

    Additionally, I’d appreciate feedback on how to organize my CSS better, including best practices for class naming, layout structuring, and how to manage hover or focus styles more cleanly.

    Finally, any tips on improving accessibility (like contrast ratios, keyboard navigation, etc.) would be really helpful to make my projects more inclusive and polished.


    2 comments
View more solutions

Latest comments

  • Evergarden•1,290
    @Evergardenx
    Submitted over 1 year ago

    Article Preview Component

    #accessibility#animation#contentful#emotion#solid-js
    1
    1253PUJITH•140
    @1253PUJITH
    Posted 3 months ago

    great work!!

  • Bohdan•90
    @Oskar2301
    Submitted over 3 years ago

    Testimonials grid section

    #airtable#cypress#gatsby#jest#materialize-css
    1
    1253PUJITH•140
    @1253PUJITH
    Posted 3 months ago

    Great work!!

  • Basma-Bensadi•60
    @Basma-Bensadi
    Submitted 3 months ago

    product-preview-card-component

    1
    1253PUJITH•140
    @1253PUJITH
    Posted 3 months ago

    Grate job!! your are very close... You miss the completness in the space between lines.

    you should focuse on <margin> in css.

  • P
    Christian Lhie Besmanos•150
    @assiduousdev
    Submitted 4 months ago
    What challenges did you encounter, and how did you overcome them?

    Surprisingly, the creation of custom unordered and ordered lists were quite difficult. I initially planned to use the base list styles and ::marker pseudo-element to customize their size and color but I found that to be more difficult. I read a lot on MDN on how to do this successfully managed to built them with the help of CSS counter().

    Recipe Page

    #accessibility#bem
    1
    1253PUJITH•140
    @1253PUJITH
    Posted 3 months ago

    Grate job!! You do perfect.

  • Komal Jatoi•210
    @komaljatoi
    Submitted 3 months ago

    Social Profile Links

    1
    1253PUJITH•140
    @1253PUJITH
    Posted 3 months ago

    Hey! Great job getting the structure of the card set up and making the edits as instructed. It’s clear that you’ve followed the basic layout and replaced the image and text according to the platform’s requirements. Here are a few suggestions to improve your solution further:

    ✅ What’s good: You followed the HTML structure well.

    Image replacement and content updates are accurate.

    Font and spacing are consistent with the original layout.

    🛠 Suggestions for improvement: Responsiveness: Try using media queries to ensure your design adapts well to different screen sizes (especially 375px for mobile and 1440px for desktop).

    Accessibility:

    Make sure to include alt text that describes the new image meaningfully.

    Ensure text contrast meets accessibility guidelines (use tools like WebAIM contrast checker).

    Interactivity: You could add simple hover effects on the card title or button (if any) for better user interaction.

    CSS Organization: Consider separating layout styles (like flexbox) from visual styles (like colors and fonts) for cleaner code.

  • P
    a-woodworth•460
    @a-woodworth
    Submitted 4 months ago
    What are you most proud of, and what would you do differently next time?

    Note: Modified the card title hover color to meet accessibility color contrast ratios. Also, added hover animations for author and category links as well as lifting card on hover.

    Blog Preview Card – BEM, CSS Custom Properties

    #accessibility#bem
    1
    1253PUJITH•140
    @1253PUJITH
    Posted 3 months ago

    I’m most proud of successfully matching the design and making the layout responsive. I also improved accessibility by modifying the card title hover color to meet contrast ratio standards. In addition, I added subtle hover animations for the author and category links and a lifting effect on the card when hovered, which adds a nice interactive touch.

    One thing I noticed was that the default <p> element had some text/content directly written into it, which was unexpected. Next time, I’ll double-check the design and the content structure more carefully before coding, to ensure everything matches perfectly and nothing is missed.

View more comments

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