Skip to content

Instantly share code, notes, and snippets.

View recio-sjogren's full-sized avatar
🏠

Manuel Recio Sjögren recio-sjogren

🏠
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 November 16, 2025 11:36
A badass list of frontend development resources I collected over time.