@NodemaurelSubmitted 3 months ago
Eeshma Karim
@Eeshma123All comments
- @Eeshma123Posted 3 months ago
Hi! I love your solution, and here's a way to vertically center your container:
(In CSS, class: container)
position: absolute;
top: 50%;
transform: translate (0, -50%)
0