Skip to content

Instantly share code, notes, and snippets.

View chiscoleiton's full-sized avatar
🏠
Working from home

Francisco Leiton chiscoleiton

🏠
Working from home
View GitHub Profile
@chiscoleiton
chiscoleiton / media-query.css
Created August 4, 2019 06:40 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@chiscoleiton
chiscoleiton / README-Template.md
Created June 20, 2019 22:48 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites