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

All comments

  • Vanza Setia•27,715
    @vanzasetia
    Submitted over 2 years ago

    Responsive Designo Multi-Page Website with Grid and Flexbox

    #accessibility#bem#lighthouse#progressive-enhancement#sass/scss
    2
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey, @vanzasetia!

    Great work on this Guru Leveled challenge, the replication was very precise and the overall code looks great! Fix up the 2 very simple issues on the HTML report and overall great job!

  • nbailey939•210
    @nbailey939
    Submitted over 2 years ago

    ping coming soon page

    2
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey! Nice work on this challenge,

    Couple of things here:

    1.- Try to fix the 2 issues that FrontEndMentor report has shown, that's always a good first step

    2.- For ur input, the point where the text is being added should be incremented more to the left, this can be achievable if you use the text-indent attribute in CSS, you can use this to set a certain amount using what unit of measurement you care to use

    3.- Try having it so when the text gets to a point where it collapses on itself when the browser is resized centered so it can look a lot better! (this is noticable when the max-width is below 365, use media query or modify if you have time)

    Great job with this challenge, and happy coding!

    Marked as helpful
  • krishpri23•50
    @krishpri23
    Submitted over 2 years ago

    QR code scanner using css

    1
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey!

    Looks like you've submitted it under the wrong project!

  • Pamella Sotomayor Lopes•10
    @pamesss
    Submitted over 2 years ago

    QR Code Component

    2
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey!

    Excellent Job with this challenge!

    Cool that you added a title that goes with the QR code!

    Just one issue:

    Try to fix the HTML Validation Report that is posted... Other than that good job!

  • Roboko•30
    @robinson243
    Submitted over 2 years ago

    QR code component 1st commit

    2
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey!

    Nice work on this challenge

    Looks like you forgot box shadow, that's alright, take a look online about how to use ```box-shadow`` and try to implement into the project!

    I find it odd that your card tends to smash itself into smaller and smaller pieces if the browser is resized, though I like how you used a media query to try and fix it; though it is not required since this is a very challenge!

    Take a look at the HTML validation report and try to fix it other then that, great job!

    Marked as helpful
  • LarryTheFatCat•50
    @LarryTheFatCat
    Submitted over 2 years ago

    NFT-Card-component

    1
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Please check the livesite preview before providing feedback, I don't really know why it looks bad with that image preview.

  • LarryTheFatCat•50
    @LarryTheFatCat
    Submitted over 2 years ago

    dsadsa

    1
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    just testing smth...

  • LEONARDO ROCHA GOMES•10
    @Baleke
    Submitted over 2 years ago

    QR code component

    4
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey!

    Nice work on the challenge!

    Small card! That's alright,

    Couple things:

    1.- Very small card, but that was very cool how you still made it look like the image! 2.- Fix the 1 accessibility issue, should be a very easy fix 3.- If you can, try to fix the <p> attribute text color, that should be changed and you can do that by doing

    color: {selected-color}

    Other then that, nice work!

    Marked as helpful
  • Pratyusha Majumder•280
    @YushaChan31
    Submitted over 2 years ago

    html, css

    3
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey!

    Nice work on this challenge!

    Couple things:

    1.- Great work on not getting any accessibility issues as well as no issues on validation report! 2.- Good Job on getting the color perfect! 3.- Only issue I believe that should be fixed and updated is the for the image compared to the actual card box, if you can please fix it that would be great...

    Overall, good job!

    Marked as helpful
  • Olayinka Ayodele•10
    @Olayinka-Ayode
    Submitted over 2 years ago

    Qr-code using HTML and CSS

    #foundation
    1
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey!

    Nice work on the challenge!

    Overall, I like what you did with the attribution, creative!

    Make sure to get the colour scheme correct, as well as font-colour, all you have left to do is fix the accessbilIty issues, and you should be good 2 go! Nice work!

    Marked as helpful
  • Nefton•10
    @neftonjin
    Submitted over 2 years ago

    html and css

    #sass/scss
    1
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted over 2 years ago

    Hey!

    Was looking at your code, well done!

    Background colour is off, but if you ever plan on using a bg that is not black, care to use https://convertingcolors.com/hsl-color-220_15_55.html?search=hsl(220,%2015%,%2055%)

    this website can help you double check what colour is being used, good for me so i dont have to keep tyring with multiple colours, fix up the accessibility issues and you're good!

    update:

    You don't have to use flexbox, if you're just centering a card, you can use what I usually do if im editing a page with just 1 single card:

    • { margin: 0; padding: 0; box-sizing: border-box; }

    body { display: grid; place-items: center; height: 100vh; }

    .card { display: grid; place-items: center; }

    Marked as helpful
  • LarryTheFatCat•50
    @LarryTheFatCat
    Submitted about 3 years ago

    QR-code-component

    3
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted about 3 years ago

    Thank you!

    Yeah, this is my first time trying to approach with mobile appearance, I'll for sure fix the accessibility issues, and sure, I can improve the text, I'll start working it right now, thank you for the tips! :>

  • LarryTheFatCat•50
    @LarryTheFatCat
    Submitted about 3 years ago

    QR-code-component

    3
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted about 3 years ago

    It looks so much better then the photo please don't mind that lol, https://twothreetwo.github.io/QR-code-component/ check here for the actual result

  • LarryTheFatCat•50
    @LarryTheFatCat
    Submitted about 3 years ago

    Product-preview-card-component

    1
    LarryTheFatCat•50
    @LarryTheFatCat
    Posted about 3 years ago

    Just gonna add another thing, https://twothreetwo.github.io/Product-preview-card-component/ check here lol it looks a lot better then it actually looks like

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

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