Dev-musty
@Dev-mustyAll solutions
- Submitted 3 months ago
Blog-review-card
- HTML
- CSS
When centering div horizontally and vertically, what's the purpose of having both[-ms-transform: translate(-50%, -50%); & transform: translate(-50%, -50%);] together why not just [transform: translate(-50%, -50%);].