Skip to content

Instantly share code, notes, and snippets.

View churchs19's full-sized avatar

Shane Church churchs19

View GitHub Profile
I want to define a new feature for my application.
Please generate a structured user story with:
1. Context
2. User Persona
3. Problem Statement
4. Goal / Desired Outcome
5. Functional Requirements
6. Non-Functional Requirements
@churchs19
churchs19 / layout-hack.css
Created September 5, 2019 13:20
CSS Hack
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }