CSS

Getting Started Selectors Background Transform Transition Grid Filter Fonts Dead Center SASS Mobile (@media) Animation Print ***
O O

Weather Controls

Time Of Day
Rain
Wind Speed
Wind Direction
Clouds

CSS : Print

2018-05-04

These only show when printed.

@media print {
    body {-webkit-print-color-adjust: exact;}  /*chrome only- makes bg colors print*/
    nav {display: none;}
}