Gust van de Wal

4,519
reputation
18
39

I'm a human programmer of the web breed.
I'm currently in a cocoon, (slowly) evolving from the front-end stage to the full-stack stage.

My passion is doing crazy stuff with CSS.

*, ::before, ::after {
  box-sizing: border-box; /* This should be the default */
  position:   relative;   /* Who even wants static elements? */
  border:     0 solid;    /* Prevent groove/ridge/inset/outset,
                             Create borders with border-width
                             only, from now on! */
}