Skip to content

Instantly share code, notes, and snippets.

View recio-sjogren's full-sized avatar
🏠
Working from home

Manny Recio Sjögren recio-sjogren

🏠
Working from home
View GitHub Profile
@johnsiwicki
johnsiwicki / css-cheat-sheet.css
Last active December 30, 2015 03:59
CSS Cheat Sheet
/* RGBA Color Specification */
background-color: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.3);
/* Box Shadow Attributes *//*
(Inset or No, Horiz. (px), Vert. (px), Blur Radius, Spread, Shadow Color) */
/* Box Shadow - Standard */
box-shadow: 0px 0px 5px 1px #444;
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active May 4, 2024 21:33
A badass list of frontend development resources I collected over time.