I am not able to position social icons to the right bottom side for desktop version. I will be really grateful if someone tells me what I am doing wrong plus any additional feedback will be really helpful for me
manik
@manik999All comments
- @d-vinayakSubmitted over 3 years ago@manik999Posted over 3 years ago
You can justify-content: flex-end in the links class and then give the required padding-right say 5vw. Then you can justify it center at your mobile break point and remove the padding.
1 - @KazalaaSubmitted over 3 years ago
Hello guys,
I'm here to improve my skills, if you find problem in my code or if you have advices, I will be glad to hear feedbacks.
Have a nice day,
Kazalaa
@manik999Posted over 3 years agoYou can use min-height: 100vh in your container and then align-items: center to align the card properly in the center of the page. And remove the margin-top in the container.
1 - @alannapaivaSubmitted over 3 years ago
I couldn't make him responsive
@manik999Posted over 3 years agoYou can try using flex-wrap:wrap in your #container to make it responsive.
0