Latest solutions
Meet landing page
PSubmitted about 1 month agoNothing specific, but always looking for suggestions on how to improve! Especially if there was an easier/more efficient way to do things. 💪
Testimonials grid section
PSubmitted about 1 month agoAny feedback welcome. Always interested in learning new ways improve!
Four Card Feature Section
PSubmitted about 1 month agoAny feedback welcome. Always looking for ways to improve!
Product Preview Card
PSubmitted about 2 months agoAny feedback and pointers welcome! Always looking to improve.
Latest comments
- @ATRam3P@mkerr-github
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 - @itsvell88What 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 🙌
P@mkerr-githubLooking 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:
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! 👋
- @Eleandro1302P@mkerr-github
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 - @Stif351P@mkerr-github
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! 👋
- @GSevensTP@mkerr-github
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-simoWhat are you most proud of, and what would you do differently next time?
Feedbacks are welcomed
P@mkerr-githubGreat 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! 👋