Profile Card, Semantic HTML5 and CSS Custom Properties

Solution retrospective
I still have a problem in mobile view, it seems not working in all mobile device screen. How to really make this responsive to screen size
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MilosSimic994
Hello Joshua, you can add to the `.paga { display: flex; align-item: center; justify-content: center; } it will solve the problem of centering card on all screens.
as @pikamart mentioned you can definitely explore @media.
- @pikapikamart
You should add @media . These are media queries so that your page will be adaptable based on the size of the media query that you made. You can search for more info, w3schools have a lot of information about things in development^^
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord