~ Hosting http://netlify.com
~ HTML templates http://htmlrev.com
~ Icons http://lineicons.com
~ Fonts
~ Hosting http://netlify.com
~ HTML templates http://htmlrev.com
~ Icons http://lineicons.com
~ Fonts
https://www.docker.com/products/docker-desktop/
/** | |
* Basic CSS Media Query Template | |
* TODO: I should probably use Sass... | |
* Author: Michael Vieth | |
* ------------------------------------------ | |
* Responsive Grid Media Queries - 1280, 1024, 768, 480 | |
* 1280-1024 - desktop (default grid) | |
* 1024-768 - tablet landscape | |
* 768-480 - tablet | |
* 480-less - phone landscape & smaller |
/* | |
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/ | |
*/ | |
/* Smartphones (portrait and landscape) ----------- */ | |
@media only screen | |
and (min-device-width : 320px) | |
and (max-device-width : 480px) { | |
/* Styles */ | |
} |
{ | |
"name": "App", | |
"version": "1", | |
"authors": [ | |
"Kevin Ruscoe <kevdotbadger@gmail.com>" | |
], | |
"moduleType": [ | |
"node" | |
], | |
"license": "MIT", |