Email or username:

Password:

Forgot your password?
Top-level
Simon Willison

Published a short TIL about the very simple 2x2 CSS grid layout I used to display the images in that post til.simonwillison.net/css/simp

2 comments
Michael Nolan

@simon the cool kids would use:
grid-template-columns: 1fr 1fr;
Instead of percentages.

Benjamin Atkin

@simon that's a nice pattern, and the simple design looks good. one could add borders and drop shadows too of course!

Go Up