Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View nehagupta2507's full-sized avatar
👩‍💻
Coding

Neha G nehagupta2507

👩‍💻
Coding
View GitHub Profile
@nehagupta2507
nehagupta2507 / css-media-queries-cheat-sheet.css
Created February 21, 2020 23:04 — forked from bartholomej/css-media-queries-cheat-sheet.css
CSS Media Query Cheat Sheet (with Foundation)
/*------------------------------------------
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
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) { }
@media all and (min-width: 768px) and (max-width: 1024px) { }
@nehagupta2507
nehagupta2507 / README-Template.md
Created January 31, 2020 19:29 — 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