How can I use local font in my project ?
Latest solutions
Blog preview card using scss first time!
#sass/scssSubmitted about 2 months agoI'm wondering if my CSS/SASS is easy to read. I think my class naming could use some improvement, and since this was my first SASS project, I'm still learning. I also noticed that my SASS file has grown quite large (160 lines!).
Latest comments
- @FilostkanaSubmitted about 2 months agoWhat specific areas of your project would you like help with?@S44r4hPosted about 2 months ago
Great job!
-The page matches the original design on both desktop and mobile. -You've used semantic HTML tags effectively! -The code is easy to read, and I particularly appreciate the clear and logical class naming. -It's great that you've added your own image and links to your social media profiles—this adds a personal touch to the page!
1 - @jammiechengSubmitted 11 months ago@S44r4hPosted about 2 months ago
The page looks the same on both desktop and mobile!
Semantic HTML: Semantic tags like <header>, <nav>, <main>, and <footer> are missing. Consider adding these for better accessibility.
The code is clear and easy to read, good job! :)
0 - @vovantri123Submitted about 2 months ago@S44r4hPosted about 2 months ago
The page looks great on both desktop and mobile! The code is clear, and I really like your class naming style—it's very readable!
Here’s some feedback:
Semantic HTML: Consider using semantic tags like <header>, <nav>, <main>, and <footer> to improve accessibility and SEO. The alt text for images is a good start. Font sizing: It’s better to use em or rem instead of px, as they are more responsive and adapt better without needing multiple media queries.
0 - @BabatundeXBTSubmitted about 2 months ago@S44r4hPosted about 2 months ago
Well done! A few suggestions for improvement:
Semantic HTML: Consider using semantic tags like <header>, <nav>, <main>, and <footer> to improve accessibility and SEO. The alt text for images is a good start.
Responsiveness: The desktop layout looks good, but the mobile version needs improvement. Use media queries and test with DevTools for different screen sizes.
Hover Effects: Hover is missing: Consider adding :hover effects for interactivity.
The card looks as it should in the desktop view, and the CSS is clear and simple. I think it's great that you used rem and % instead of pixels. Good job, it gave me some inspiration for my own work! :)
1 - @syedhassan19Submitted about 2 months ago