@phantomgizmo
What are you most proud of, and what would you do differently next time?
- Able to figure out you cannot vertically center block element inside a block parent. Instead you use grid for the parent and apply place-items: center; to center the child.
- Learnt shadow attributes.
- Learnt css reset.
- Learnt BEM naming convention.
- Learnt logical properties.
Would try to organize the css attributes better inside each block.