Sabine
@SabineEmdenAll solutions
- Submitted about 2 months ago
Recipe page with custom list markers
- HTML
- CSS
I'm looking simpler CSS selectors to add the horizontal lines to the nutrition table. This is what I have now:
tr:not(:first-child) td, tr:not(:first-child) th { border-top: 1px solid var(--stone-100); }
- Submitted 2 months ago
Social links profile with flexbox
- HTML
- CSS
I would appreciate feedback on how I can improve my code. More specifically, I would like to know whether there are any issues with accessibility. Thanks for your help!
- Submitted 2 months ago
Blog preview card with variable font and fluid typography
- HTML
- CSS
There are three things in this project that were new to me:
- Variable web fonts,
- Styling links in different states,
- Fluid typography.
I would appreciate feedback on any of these.
Thanks for your help!
- Submitted 4 months ago
QR code component with self-hosted web fonts
- HTML
- CSS
I would appreciate feedback on the way I used web fonts, as this was my main focus for this project.
This is also my first challenge on Frontend Mentor. I want to make sure I got all the basics right and have a good foundation going forward.
Thanks for your help!