A simple grid, to make it so dividers can be side by side. Two are recommended, but you can change it however you like examples: /* This are two sections of equal size */ grid-template-colums: grid-template-columns: grid-template-columns: repeat(2, 2fr); /* This are two sections of different sizes*/ grid-template-colums: grid-template-columns: grid-template-columns: 2fr 1fr; /* This are two sectio...
Mostly monochrome with some cyan accents, I just wanted to make something loosely inspired by sticky notes. Layout features: -- grid background that changes color with your background's color (You can change this by changing the body tag's background color from "lightgrey" to whatever) -- 1 side gif (mayura) -- all icons are star pixels -- custom logo -- customized buttons *not made to be viewed o...