@Prantaneel-PeguSubmitted 8 months ago
What are you most proud of, and what would you do differently next time?
Learning CSS "transform: translate(x, y)" to center an absolute positioned element vertically and horizontally.
What challenges did you encounter, and how did you overcome them?Problem: Centering an absolute positioned element vertically and horizontally.
Solution: Used transform: translate(x, y).
What specific areas of your project would you like help with?I would like to receive advice on adding responsiveness to websites when viewed in landscape mode in mobile.