Skip to content

Instantly share code, notes, and snippets.

View AndreKelling's full-sized avatar

André J. Kelling AndreKelling

View GitHub Profile
@AndreKelling
AndreKelling / tools.css
Last active March 7, 2018 10:19
css tools / getting obsolete more and more...
/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
.animation {transition:all 300ms ease-in-out;}
.clickable { cursor:pointer; }
.fleft { float: left }
.fright { float: right }
.tleft { text-align: left }
.tright { text-align: right }
.centered {text-align: center}