Latest comments
- @wkan17012021@PeterJan285
I dont think bg sliding up is such a big deal, i just checked my solution and its the same. You can click /solutions/wall of fame/ then look thru top devs and their solutions, maybe someone managed to fix it
<i>"done is better than perfect"</i>
Marked as helpful - @madpirat@PeterJan285
Watch a tutorial on grid system, to make it responsive you say in grid @media that you want each row to start from point 1 and end on point 12 (watch tutorial on grid) then you say in @media you want width of each row to be width: ?%; you think is the best
- @guananthony
- @Kamasah-Dickson@PeterJan285
On div with "bottom-details" class, put flex-direction: column; in media queries
- @amakaogujiofor@PeterJan285
Try this for background img
body {
background-color: var(--violet); background-image: url(./images/bg-desktop.svg); background-repeat: no-repeat; background-size: cover; background-position: center; height: 100vh;
- @Leskim@PeterJan285
Wow, the responsiveness of this is amazing, i got the page done but am still struggling with responsiveness