Creating somthing similar feeling to the website actually wouldn't be the hardest - I'll keep it relatively simple in this following example.   You could add a padding-left to your .principles__list;  I chose 50vw minus half a box's width here, so the first box will be centered at the start   In the getMaxWidth function where I previously substracted the padding on the container you could adjust the maxWidth further to your liking; I chose maxWidth += window.innerWidth
    • Like
    1