- Create a bootable USB thumb drive (https://www.microsoft.com/en-us/software-download/windows10)
- Boot computer onto drive
- Format SSD/HDD
- Install windows
- If ethernet is plugged in, unplug it & don’t connect to wifi
| $flex-justify-types: ( | |
| center, | |
| start, | |
| end, | |
| left, | |
| right, | |
| normal, | |
| space-between, | |
| space-around, | |
| space-evenly, |
| body { | |
| background: #333; | |
| } | |
| .x-axis .tick { | |
| stroke: white; | |
| opacity: .25 !important; | |
| } | |
| .x-axis .tick line { | |
| stroke: white; |
| .container { | |
| display:flex; | |
| flex-direction: row; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| min-width:100%; | |
| min-height: 100%; |
| <section> | |
| <aside>Sidebar</aside> | |
| <article>Content</article> | |
| </section> |
| _ |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |