I am taking courses about CSS Grid via Kevin Powell Web Responsive Design Bootcamp at Scrimba.com.
After several lessons, I thought of maybe I can re-create some real websites that I have been visiting using what I have learned.
It just happened that I bought a Nintendo Switch and came across this Game Store UI and I think I could try to develop this using the CSS Grid I have just learned.
This UI is developed using technologies
- HTML
- SCSS (Inheritance, Nesting)
- CSS Grid (Mainly Grid Area)
- React
Feel free to give feedback.
Thanks for reading.
Top comments (9)
Nicely done, works great responsively. My only suggestion would be to place the
:hover/:focus
on thegrid-item-container
so that the background effect doesn't un-trigger when hover over text.Updated Codepen: codepen.io/getreworked/pen/zYGWBde
Two more suggestions to match the original:
cursor: pointer
on the container.title
attribute to each card.Thanks for the feeedback
Thanks for the feedback.
It looks great! I've never seen the
%
sign in SCSS before:Just read about it in the SASS docs. Every day is a new opportunity to learn 👏🏼
This is awesome! Keep going !
I love this so much! Great work!
For those who are looking.
youtube.com/watch?v=plRcoRqLriw&li...
Amazing!