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

Sergiu Grosu

@sergrosuLondon, UK200 points

Software Engineer at @100Devs

Latest solutions

  • Responsive Sign-up Form with validation


    P
    Sergiu Grosu•200
    Submitted 11 months ago

    1 comment
  • Responsive and interactive preview element using JS


    P
    Sergiu Grosu•200
    Submitted 11 months ago

    1 comment
  • Responsive landing page using CSS Grid


    P
    Sergiu Grosu•200
    Submitted 11 months ago

    1 comment
  • Responsive Testimonial Page based on CSS Grid


    P
    Sergiu Grosu•200
    Submitted 12 months ago

    1 comment
  • Responsive layout using CSS Grid


    P
    Sergiu Grosu•200
    Submitted 12 months ago

    1 comment
  • Responsive product card using HTML & SCSS

    #sass/scss

    P
    Sergiu Grosu•200
    Submitted 12 months ago

    1 comment
View more solutions

Latest comments

  • Joel•160
    @JoelJohs
    Submitted 11 months ago

    Article preview component

    1
    P
    Sergiu Grosu•200
    @sergrosu
    Posted 11 months ago

    Hey, Your images are not working. If hosting on github pages, make sure the link to image is relative, like so: ./assets/image.jpg

    Marked as helpful
  • Karim Essam•250
    @KaEssam
    Submitted 11 months ago

    Meet landing page

    1
    P
    Sergiu Grosu•200
    @sergrosu
    Posted 11 months ago

    You're pretty close, I would suggest you fix the following:

    1. Your hero images do not match the design on the sides. The purpose is to make it look like there are more people on the sides, however your implementation cuts the images abruptly.
    2. Fix the font weight on headings.
    Marked as helpful
  • Mel•120
    @Mel-Ja
    Submitted 12 months ago

    Testimonials grid section

    1
    P
    Sergiu Grosu•200
    @sergrosu
    Posted 12 months ago

    you should probably limit the height of the grid container

  • Mel•120
    @Mel-Ja
    Submitted 12 months ago

    Four card feature section

    3
    P
    Sergiu Grosu•200
    @sergrosu
    Posted 12 months ago

    I would set a max-width to your content, so it doesn't grow infinitely. It looks too big on wide screen.

  • Erratic Enigma•200
    @erratic-enigma
    Submitted over 1 year ago

    Product Preview Card Component

    #sass/scss#vite
    1
    P
    Sergiu Grosu•200
    @sergrosu
    Posted 12 months ago

    You're pretty close. One thing I would change, is the cart icon: it's a style element and it's probably not a good idea to have it in your html. You can implement it inside your button using the ::before pseudo-element:

    .button-cart::before {
      content: "";
      width: 15px;
      height: 16px;
      background-image: url(../images/icon-cart.svg);
    }
    
  • P
    Tuna Erten•430
    @tunaerten
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    It took longer than I expected. I saw that the project had a lot of details. The Figma file was really helpful. At first, I didn't use flexbox or grid to build the project. After finishing the project and starting to set up media queries, I noticed that when the page began to shrink, it caused many small problems. Therefore, I went back to the beginning and redesigned the page with a grid. This time, I got the result I wanted. In my next project, I will definitely consider this from the start. For the first time in CSS, I used the (:not) operator. I had seen it a few times but had never used it before. Other than that, it was a very enjoyable project. I am eagerly looking forward to the next project.

    What challenges did you encounter, and how did you overcome them?

    I used table for the first time. I frequently referred to MDN pages to recall what I had learned.

    What specific areas of your project would you like help with?

    I definitely need help with landmarks. I read the article, but I keep making mistakes in every project when I try to implement them. I would be very grateful if someone could show me how to use landmarks in my project.

    Recipe page with CSS,Grid,responsive design

    2
    P
    Sergiu Grosu•200
    @sergrosu
    Posted 12 months ago

    You're very close. I would suggest adjusting the min-height property to 1vh, to get rid of the white space at the bottom of the page:

    body {
    min-height: 1vh;
    }
    

    You can also decrease the list markers size with:

    ul::marker {
    font-size: 0.75rem;
    }
    
    Marked as helpful
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