Had not thought of that, until now i was always using the padding trick!
padding: 0 calc(50% - var(--half-column-width));
codepen.io/walidvb/pen/VopNNO
Ooooh that's an interesting trick. I've never seen that, but it makes total sense! Gotta love calc()!
calc()
@leaverou ;)
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
Had not thought of that, until now i was always using the padding trick!
padding: 0 calc(50% - var(--half-column-width));codepen.io/walidvb/pen/VopNNO
Ooooh that's an interesting trick. I've never seen that, but it makes total sense! Gotta love
calc()!@leaverou ;)