@fyrfli
Posted
Oh! I love the transitions!!!! Bravo!
Marked as helpful
Submitted
@GrzywN
I had so much fun doing this challenge! I recommend you to do it too! For people not feeling solid in CSS Grid I recommend checking out Grid Garden and than this challenge to get some practice in building grid layouts.
In the solution I used md-
prefixes to make my layout suitable for medium sized screens. What do you guys think about this idea? I think it makes things more clearer in the markup and code is easier to understand and maintain. Also, I added some animations when the page loads and when the cursor hovers over sections to make this solution more fancy. I made page responsive even for larger sizes with a new clamp() function in CSS3.
I appreciate any feedback!
@fyrfli
Posted
Oh! I love the transitions!!!! Bravo!
Marked as helpful
@Aadv1k
Posted
Feels like there are soo many ways to approach this problem, from nightmarish "position absolute" to using grid. I Did this challenge using grid-template-areas
really enjoyed the simple and intuitive approach to layouts.
if you are interested in the code check it out here
Marked as helpful
@GrzywN
Posted
@Aadv1k Your solution is great! grid-template-areas
are amazing for building layouts like this one. I thought I'll do it with regular grid columns and rows to get some practice in it. I'll definitely use approach grid-template-areas
in my future layouts. Have a nice day and happy coding too!
@fyrfli
Posted
@Aadv1k Glad I’m not the only one who uses grid-template-areas for this challenge. 😊 I was actually quite proud of that. 🤓
@shashreesamuel
Posted
Hey GrzywN good job completing this challenge. Keep up the good work
Your solution looks good however I think that your cards look a little bigger than the actual design. You might want to make them just a little bit smaller if you like
In terms of accessibility your headings can only go up one level which means that if you have an <h1>
tag then the next heading tag should be an <h2>
.
I hope this helps
Cheers Happy coding 👍
@NaveenGumaste
Posted
Hello Karol Binkowski ! Congo 👏 on completing this challenge
Let's look at some of your issues, shall we:
h1
first and then h2
, h3
and so on
'happy Coding😀
@GrzywN
Posted
When I did this project, I wanted to make it as easy as possible to implement on the website. I made the <h1>
tag with the sr-only
class to be for screen readers only. Now it's fixed and validator doesn't detect issues anymore.
@shashreesamuel
Posted
GrzywN your solution looks good, good job
Cheers Happy coding👍
Marked as helpful
@GrzywN
Posted
@TheCoderGuru Thanks, have a nice day 👍!
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord