CSS snippets
- rem, root em
- em, relative
- put on body, not all elements
- { margin: 0; padding: 0; box-sizing: border-box;// solve element fixed height/width issue when padding is used }
- animation-fill-mode: backwards; //goes with delay to wait on position 0