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

Extendo99

@Extendo99110 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

  • Meet Landing Page using Flexbox and Grid


    Extendo99•110
    Submitted 8 months ago

    I would like to ask you to check the code for readability and code duplication. Check responsiveness on different resolutions and give me tips on what I can improve.


    1 comment
  • Testimonials Grid


    Extendo99•110
    Submitted 8 months ago

    I'm asking for general advice on design, code readability, and responsiveness.


    1 comment
  • Four card feature section Using Grid


    Extendo99•110
    Submitted 8 months ago

    I would like to ask you to check the code, its readability, aesthetics. And if there are things that can improve responsiveness or cause problems in the future.


    1 comment
  • Product-preview-card-component using Flexbox


    Extendo99•110
    Submitted 8 months ago

    I would like to ask for general advice on the readability of the code, responsiveness and efficiency of my code.


    2 comments
  • Responsive Recipe Page


    Extendo99•110
    Submitted 8 months ago

    I still haven't managed to get the list markers to line up perfectly with the text. Is there a way to do this?


    0 comments
  • Social Link Profile


    Extendo99•110
    Submitted 9 months ago

    Please review the entire code and check if there are places where it can be improved, written differently or to get rid of errors at different resolutions


    2 comments
View more solutions

Latest comments

  • Amneisa•230
    @AmneisaOB
    Submitted 8 months ago

    meet landing page

    1
    Extendo99•110
    @Extendo99
    Posted 8 months ago

    Hey, great job.

    Below I'm posting the mistakes I've noticed and the things you can fix:

    1. Unfortunately, the page only looks good on the computer. It is not adapted to tablet and mobile resolutions because elements can run away from the page on lower resolutions, e.g. 768px.

    I recommend the mobile first approach, i.e. first write the code for the phone and then use media queries to expand and adapt the elements for higher resolutions. Here is a link explaining this approach: https://www.interaction-design.org/literature/topics/mobile-first

    1. In my opinion, in this project, you do not need to use flex for every element. You can simply position block objects using paddings and margins.

    2. Footer on desktop is not 100% wide.

    3. Text has too wide containers. It looks different in the design.

    4. Slight differences in margins.

    Marked as helpful
  • P
    wecax•160
    @wecax
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    Starting to get the hang of CSS Grid

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

    Any feedback is welcome

    Responsive Testimonials Section Page

    1
    Extendo99•110
    @Extendo99
    Posted 8 months ago

    Hey,

    Great job. The design looks almost identical. The code is readable and it's great that you use variables and rem units. It's great that you created a design for tablets so that the project will look good on various devices and not just phones and computers.

    The only thing missing is a border around the profile pictures.

  • Saritha-Sasi•80
    @Saritha-Sasi
    Submitted 8 months ago

    Four-card-feature-section

    1
    Extendo99•110
    @Extendo99
    Posted 8 months ago

    You should use a margin at the top of the page.

    The tabs should be white on the solution.

    The mobile view looks incorrect because it is not centered. The text in the paragraph also has no padding, which is why it touches the edge of the screen.

    It's great that there is a tablet view implemented, consisting of 4 tabs in a rectangle :)

    The code looks okay, but I would group all the rules for a given media query, e.g. 1024, in one place and media 768 in another, because there is currently some confusion. Once there is media for 1024, then for 768, and then without media, which makes it difficult to read.

  • justine1607•140
    @justine1607
    Submitted 8 months ago

    Resposnive Product Preview card using grid

    1
    Extendo99•110
    @Extendo99
    Posted 8 months ago

    The style file should be called style.css

    Add the font family that should be displayed if the user doesn't have it installed. In this case:

    font-family: "Montserrat", sans-serif; font-family: "Fraunces", serif;

    Overall it looks okay :)

  • nilmus•100
    @nilmus
    Submitted 8 months ago
    What specific areas of your project would you like help with?

    I gave up at adhering to the mobile design because I had no idea how to make the padding of only the top image disappear on smaller screens. Any clue is highly appreciated.

    Recipe Page

    1
    Extendo99•110
    @Extendo99
    Posted 8 months ago

    Hey,

    The font colors are different than in the design. Yours are darker. The gaps between the rows in the table are too small. The margins/paddings between the elements are also slightly different, but overall the design looks very good. There are only slight differences in spacing and colors.

    As for the mobile view, maybe it would be easier to start with it? The mobile first approach is that we start by coding the view for the phone and then gradually enlarge and adapt the elements to larger screens. I recommend it, I did it myself and had no problems with spacing or the photo.

  • ardaacikgoz•120
    @ardaacikgoz
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?

    I tried to use classes for manipulating CSS rather than using inline CSS.

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

    Locating the items to the center is hard thing to do. I used display block command and adding margin:0 auto command rather than display flex.

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

    It would be great if you check my coding logic, responsiveness, and give feedback which parts I can improve.

    HTML and CSS

    3
    Extendo99•110
    @Extendo99
    Posted 9 months ago

    The container has a different color than the one given in the project. There are also differences in the spacing between elements, especially the name and address. The font size also varies.

    In CSS, you use enter for each attribute and there is a space. I recommend removing this to make the code more readable. It's better to use an external CSS file as well. Currently, the HTML file is difficult to read due to these CSS styles and it is difficult to make changes to it.

    It is better to set the font size using REM

    The code is not adapted to the different resolutions of mobile, tablet and desktop.

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