Hello! I love the way you layout your profile and saw in one of the answers that you use grid to make the layouts! May I ask what kind of containers you use to create those grid designs with the websiteโs elements? (If that makes sense) I was also wondering how you are able to fit your whole page on the screen too (since j.ai has some padding around the profile box)
Hii! Not sure I get the question but I understood it as what elements allowed me to layout it that way. I just display: contents; the ff:
.profile-info-stack, .profile-info-wrapper-box, .pp-uc-background, .pp-uc-about-me then did the grid on .profile-page-flex
Then to get rid of the pageโs padding:
.profile-page-flex, .profile-page-container {
padding: 0 !important;
}
Revospring uses Markdown for formatting
*italic text* for italic text
**bold text** for bold text
[link](https://example.com) for link