--- title: 3-tile layout type: snippet tags: [layout] cover: godray-computer-mug dateModified: 2020-12-30T15:37:37+02:00 --- Aligns items horizontally using `display: inline-block` to create a 3-tile layout. - Use `display: inline-block` to create a tiled layout, without using `float`, `flex` or `grid`. - Use `width` in combination with `calc` to divide the width of the container evenly into 3 columns. - Set `font-size` for `.tiles` to `0` to avoid whitespace and to `20px` for `