Skip to content

Instantly share code, notes, and snippets.

View JS-goose's full-sized avatar
🏠
Always learning

Jonathan Sexton JS-goose

🏠
Always learning
View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 17, 2024 03:47
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

@ff6347
ff6347 / clone_remote_branch.md
Last active April 13, 2023 19:34
clone remote branch with git
@cameroooon
cameroooon / boilerplate.css
Created June 21, 2012 04:43
A CSS boilerplate
/*
=============================================================================
NORMALIZE (using HTML5 Boilerplate)
=============================================================================
*/
/* HTML5 element display
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }