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

George Stawowczyk

@Jorgus1710Canada210 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...

Practicing HTML + CSS. I want to become proficient at CSS before I begin applying basic concepts of JS= and moving from there.

Latest solutions

  • Social Proof Section - Mobile first, Responsive, flexbox & grid.


    George Stawowczyk•210
    Submitted over 3 years ago

    2 comments
  • Profile Card Component


    George Stawowczyk•210
    Submitted over 3 years ago

    0 comments
  • 3 Card Component - Responsive


    George Stawowczyk•210
    Submitted over 3 years ago

    1 comment
  • Stats Preview Card Component - Responsive


    George Stawowczyk•210
    Submitted over 3 years ago

    3 comments
  • Order Summary Component


    George Stawowczyk•210
    Submitted over 3 years ago

    1 comment
  • NFT card with hover states.


    George Stawowczyk•210
    Submitted over 3 years ago

    2 comments
View more solutions

Latest comments

  • Makram M Ibrahim•130
    @pharaohmak
    Submitted over 3 years ago

    NFT-Preview-Card

    2
    George Stawowczyk•210
    @Jorgus1710
    Posted over 3 years ago

    Hey! Good try on the challenge, it can be intimidating to start so honestly good for you for taking on the challenge. I'm not an expert by any means, but I have some suggestions which may help you.

    For starters, your index.html has some things which need to be looked at. Your general structure seems to be laid out in a logical manner, but when you look closer you will notice you are missing some closing tags on your divs, which can make everything misbehave once you get to working on styling in CSS.

    Line 27: <div class "details"> for example has no closing tag. Line 36: <div class "creator"> also has no closing tag.

    Generally speaking just go over you're structure again, its common to miss a closing tag when your re-arranging your code, as it can easily get confusing. Once everything is wrapped with an opening and closing tag the way you intended it to be, then your CSS should behave in a much predictable fashion.

    Hope this helps! Great try my friend! :)

    Marked as helpful
  • Said Aoussar•130
    @SaidAoussar
    Submitted over 3 years ago

    QR Code Component with Sass

    #bem#sass/scss
    2
    George Stawowczyk•210
    @Jorgus1710
    Posted over 3 years ago

    Excellent work!

    The only nitpick I have here is that the card thins out ever so slightly when the screen size transitions beyond 992px width. That makes the card look a little too thin in desktop views. If you could remove that thinning that would make the card look perfect!

    Marked as helpful
  • Jose Vicente•40
    @PenaJ15
    Submitted over 3 years ago

    CSS Flex Box

    1
    George Stawowczyk•210
    @Jorgus1710
    Posted over 3 years ago

    Hey Jose, nice work on the challenge! :)

    There are some minor adjustments that you could make which will make the design more true to the original source material;

    • Your headings for each card should use a different font than the main text underneath it. Have a look at the style guide and you will find it there.
    • The main text in the cards should be a bit smaller.
    • The design of the buttons you have displayed at the moment would be the desired result when you apply a ':hover' state to them. In the original design it is just a simple solid white background when not hovered on. As well you can try to reduce the padding on the top and bottom of the buttons to make them a bit thinner.

    At the moment it looks like the challenge is not mobile friendly or responsive, I would highly recommend to get in the habit of designing for mobile first. It will be super beneficial and it will make things much easier in the future. I know this tip alone has helped me tremendously.

    I hope this helps, you did an excellent job! Keep it up! 👏 👏

  • Jack•490
    @Jack-WebDev
    Submitted over 3 years ago

    3-Column-Card

    #tailwind-css
    1
    George Stawowczyk•210
    @Jorgus1710
    Posted over 3 years ago

    Hey Jack, nice job on the challenge! 🙂

    I can't speak much about Tailwind, however I would like to suggest some simple alterations to your design, so that it stays true to the original reference material.

    • The heading to each card requires a different font than the text below it. The style guide will have the appropriate font which you can source from google fonts.
    • On desktop view: The buttons should be closer to the bottom of each card, and the text within them should have less font-weight.
    • On desktop view: Overall card thickness is a little too thick, try reducing the overall width of each card, as well you can play with each cards padding in effort to squeeze its inner content to better fit the original design.

    Overall great job and keep up the good work!! 👏 👏

    Marked as helpful
  • Raphael Righetti•80
    @raphaelrighetti
    Submitted over 3 years ago

    Interactive Rating Component using HTML5, CSS and vanilla Javascript.

    1
    George Stawowczyk•210
    @Jorgus1710
    Posted over 3 years ago

    The picture comparison looks good but the solution is not mobile friendly unfortunetly :'(

    You might find this guide useful to help get you started on front end mentor. 🙂

    https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248

    Marked as helpful
  • Kylee Bustamante•90
    @kyleebustamante
    Submitted over 3 years ago

    NFT Product Card with CSS Flexbox

    4
    George Stawowczyk•210
    @Jorgus1710
    Posted over 3 years ago

    Apply the following code to your "flex-item" div into CSS and it should do the trick:

     display: flex;   
     align-items: center;
    

    By setting display to flex, it sets the items to row by default, and then the "align-items: center" is what's going to line those items up the way you want them to.

    Marked as helpful
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