Skip to content

Instantly share code, notes, and snippets.

View juanmanunez's full-sized avatar

juanmanunez juanmanunez

View GitHub Profile
@juanmanunez
juanmanunez / instalaciones-angular.md
Created January 5, 2023 19:06 — forked from Klerith/instalaciones-angular.md
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto
@juanmanunez
juanmanunez / CSS3 Media Queries Template
Created October 31, 2017 17:38
CSS3 Media Queries template
/*
* 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 */
}