Proud of finally getting the hang of the display grid method.
What challenges did you encounter, and how did you overcome them?Everything involving display grid.
What specific areas of your project would you like help with?I'm open to suggestions.
Proud of finally getting the hang of the display grid method.
What challenges did you encounter, and how did you overcome them?Everything involving display grid.
What specific areas of your project would you like help with?I'm open to suggestions.
Excellent work, really clean code, you can also try using grid-template-areas, really helps when you have multiple break points in you grid.
Hello, Frontend Mentor community 👋,
I’m Franklynxchill and this is my solution for the Huddle landing page with alternating feature blocks. 🚀 Any suggestions on how I can improve and reduce unnecessary code are welcome!
Thank you. 😊✌️
Hi Franklynxchill, great work, here is some advice:
the shadow on the cards is quite dark, you can use this, so it is more like the design box-shadow: 2px -3px 10px 2px hsla(204, 4%, 74%, 0.2);
you can improve your website by working more on the responsiveness, specify max width on elements so it does not overflow, you have text overflow in card, website title, call to action and the footer
it will help you if you use reset stylesheet and some variables to make your css better
I'm happy to hear your advice on my try on this challenge.