Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Gust van de Wal

Gust van de Wal

Gust van de Wal has asked 6 questions and find answers to 17 problems.

Stats

499
EtPoint
158
Vote count
6
questions
17
answers

About

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! */
}