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

M Kerr

@mkerr-githubIreland2,130 points

Developer

I’m currently learning...

Practicing with Frontend Mentor to keep my front-end skills up to date by completing the learning paths and real-life projects based on professional designs.

Latest solutions

  • Meet landing page


    P
    M Kerr•2,130
    Submitted about 1 month ago

    Nothing specific, but always looking for suggestions on how to improve! Especially if there was an easier/more efficient way to do things. 💪


    2 comments
  • Testimonials grid section


    P
    M Kerr•2,130
    Submitted about 1 month ago

    Any feedback welcome. Always interested in learning new ways improve!


    2 comments
  • Four Card Feature Section


    P
    M Kerr•2,130
    Submitted about 1 month ago

    Any feedback welcome. Always looking for ways to improve!


    1 comment
  • Product Preview Card


    P
    M Kerr•2,130
    Submitted about 2 months ago

    Any feedback and pointers welcome! Always looking to improve.


    1 comment
  • Responsive Recipe Page


    P
    M Kerr•2,130
    Submitted about 2 months ago

    Any feedback on the HTML and CSS welcome!


    1 comment
  • Social links profile


    P
    M Kerr•2,130
    Submitted about 2 months ago

    Nothing specific, any feedback welcome!


    1 comment
View more solutions

Latest comments

  • Amen•70
    @ATRam3
    Submitted about 1 month ago

    Blog Card

    1
    P
    M Kerr•2,130
    @mkerr-github
    Posted about 1 month ago

    Looks good, well done !

    If you check the design, the "HTML & CSS foundations" is a link that is supposed to highlight to yellow when hovered over by the mouse, or selected by the tab key (called focus)

    Here's a helpful relevant article :

    https://dev.to/daaahailey/css-basic-8-hover-active-focus-4d78

    If you found anything in this comment helpful:

    Please remember to click the ‘Mark as helpful’ button, thank you!

    Keep up the good work, and keep going! 👋

    Marked as helpful
  • Vell•80
    @itsvell88
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    Styling in CSS is new to me, but I've started to get the hang of it.

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

    Linking TrueType files to CSS was a bit confusing for me. I had to go back and forth watching tutorials and surfing the web.

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

    I wonder how other developers organise their code stack. Would really appreciate some tips and guidance on how to keep my code stack tidy and clear 🙌

    Blog Preview Card Solution: HTML & CSS

    1
    P
    M Kerr•2,130
    @mkerr-github
    Posted about 1 month ago

    Looking good, well done!

    One tip :

    For responsive purposes the convention is to convert pixel measurements to "rem". To do so divide the pixel value by 16 (as the base rem is 16px, because 16px is the default font size setting size on most browsers).

    Then use max-width to set the large widths for desktop and min-width to set the small widths for mobile. Try to let the browser set the heights of elements unless you need a very specific height.

    The convention is to use rem (and sometimes em), instead of pixels for most items, as rem and em are more responsive than pixels. Pixels can be used for small elements like icons and buttons where you do not want the size to change even on small screens.

    More details here:

    https://austingil.com/px-or-rem-in-css/#:~:text=Pixels%20are%20an%20absolute%20unit,the%20equivalent%20of%2024%20pixels.

    If you found anything in this comment helpful:

    Please remember to click the ‘Mark as helpful’ button, thank you!

    Keep up the good work, and keep going! 👋

  • Eleandro1302•60
    @Eleandro1302
    Submitted about 1 month ago

    Social Links Profile Main

    1
    P
    M Kerr•2,130
    @mkerr-github
    Posted about 1 month ago

    Looking good, well done!

    One tip :

    For responsive purposes the convention is to convert pixel measurements to "rem". To do so divide the pixel value by 16 (as the base rem is 16px, because 16px is the default font size setting size on most browsers).

    Then use max-width to set the large widths for desktop and min-width to set the small widths for mobile. Try to let the browser set the heights of elements unless you need a very specific height.

    The convention is to use rem and sometimes em, instead of pixels for most items, as rem and em are more responsive than pixels. Pixels can be used for small elements like icons and buttons where you do not want the size to change even on small screens.

    More details here: https://austingil.com/px-or-rem-in-css/#:~:text=Pixels%20are%20an%20absolute%20unit,the%20equivalent%20of%2024%20pixels.

    If you found anything in this comment helpful:

    Please remember to click the ‘Mark as helpful’ button, thank you!

    Keep up the good work, and keep going! 👋

    Marked as helpful
  • Stif351•120
    @Stif351
    Submitted about 1 month ago

    Blog

    1
    P
    M Kerr•2,130
    @mkerr-github
    Posted about 1 month ago

    Great job, well done.

    Quick tip that will finish it off for you!

    As well as the change in colour when the link is hovered over by the mouse, you should also add this functionality when the user selects the link using the tab key (called focus). A lot of users like to use the tab key to navigate quickly instead of just the mouse.

    Try the tab key on your live website, and then for buttons/links on a well-known site, and you'll see what I mean.

    Here's helpful relevant article:

    https://dev.to/daaahailey/css-basic-8-hover-active-focus-4d78

    If you found anything in this comment helpful:

    Please remember to click the ‘Mark as helpful’ button, thank you!

    Keep up the good work, and keep going! 👋

  • GSevensT•60
    @GSevensT
    Submitted about 1 month ago

    Social Profile

    #pure-css#vanilla-extract
    1
    P
    M Kerr•2,130
    @mkerr-github
    Posted about 1 month ago

    Great job, well done.

    Quick tip that will finish it off for you!

    As well as the change in colour when the link is hovered over by the mouse, you should also add this functionality when the user selects the link using the tab key (called focus). A lot of users like to use the tab key to navigate quickly instead of just the mouse.

    Try the tab key on your live website, and then for buttons/links on a well-known site, and you'll see what I mean.

    Here's helpful relevant article:

    https://dev.to/daaahailey/css-basic-8-hover-active-focus-4d78

    If you found anything in this comment helpful:

    Please remember to click the ‘Mark as helpful’ button, thank you!

    Keep up the good work, and keep going! 👋

  • ko-simo•30
    @ko-simo
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    Feedbacks are welcomed

    Product preview card component

    #accessibility
    1
    P
    M Kerr•2,130
    @mkerr-github
    Posted about 1 month ago

    Great job, well done.

    Quick tip that will finish it off for you!

    As well as the change in colour when the link is hovered over by the mouse, you should also add this functionality when the user selects the link using the tab key (called focus). A lot of users like to use the tab key to navigate quickly instead of just the mouse.

    Try the tab key on your live website, and then for buttons/links on a well-known site, and you'll see what I mean.

    Here's helpful relevant article:

    https://dev.to/daaahailey/css-basic-8-hover-active-focus-4d78

    If you found anything in this comment helpful:

    Please remember to click the ‘Mark as helpful’ button, thank you!

    Keep up the good work, and keep going! 👋

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

Mentor of the Week - 1st Place

This badge is awarded to the top placed community member on the weekly Wall of Fame.

Mentor of the Month - 1st Place

This badge is awarded to the top placed community member on the monthly Wall of Fame.

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