For use only on NTSC Genesis Systems.
Avatar image by CyanSorcery!


Tumblr (inactive)
tumblokami.tumblr.com/
Twitter (inactive)
twitter.com/Techokami
You must log in to comment.

in reply to @lexi's post:

gap usually works, but not in this case, because i want those tiles to be on a fixed grid, and the 1x1 aspect ratio to be 1:1 and the others to connect over the gap. using gap results in this:

the problem with that is that i have to use a fixed value for the width/height. id have to mess around with calc() to make it fill up all available space lol

in reply to @xkeeper's post:

also i agree 100% this would usually be better with table and i am a passionate grid hater as well, but in this case grid is easier because i change positions and dimensions on the fly. and having to generate the table every time is a lot easier than just doing grid-column: var(--col) / span var(--width); grid-row: var(--row) / span var(--height);

what @quat already said, plus grid is just a lot more flexible. you can stack entries on the grid, you can change orders on the fly, you can define your grid however you like even if it does not make sense. table on the other hand just does a table