vanilla js site using absolute and relative positioning
Design comparison
Solution retrospective
please i would like a feed back especially on the best ways to size for a responsive website.
Community feedback
- @afrusselPosted about 3 years ago
So to say, There are lots of problem in our code. Please take a look of my solution. It will help you to find out your issues. https://afrussel.github.io/profile-card-component/
2@AlbusflamesPosted about 3 years ago@afrussel thanks alot bro , the help is appreciated.
0 - @Mostafa-TPosted about 3 years ago
Hey champ 👋,
Its really nice try with your project.. there are actually many css problems with it
-
first it will be better if the main container is centered to the middle of the screen. You could actually check the flex box for that
display: flex; align-items: center; justify-content: center
-
check the fonts because its not working
-
check the padding to for better look
-
you should try another way to make the line for example check the
::after
pseudo element
Keep learning and practicing 🔥
Happy coding 👨🏾💻
0@AlbusflamesPosted about 3 years ago@Mostafa-T waw detailed comment bro. This really helped
0 -
Please log in to post a comment
Log in with GitHubJoin 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