Differences between revisions 9 and 10
Revision 9 as of 2017-03-20 19:09:59
Size: 1067
Editor: SamatJain
Comment:
Revision 10 as of 2017-04-14 07:49:19
Size: 34
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * [[http://markapp.io/|MarkApp: Building apps with HTML]]. Widgets and libraries that can be used without writing any JavaScript.
 * [[http://youmightnotneedjs.com/|You Might Not Need JavaScript]]. Various widgets and libraries that are HTML/CSS only.

 * [[http://kushagragour.in/lab/hint/|Hint.css]]: Pure CSS-only tooltip library

== Highlight styles ==

Lorem Ipsum e-mail: background-color: gold, which is the same as Gary Johnson's e-mail campaign: #FFD700

Highlight text-shadow, from http://www.audiocheck.net/testtones_highdefinitionaudio.php:

{{{#!highlight css numbers=off
text-shadow: -3px 0px 3px yellow, 3px 0px 3px yellow, 6px 0px 6px yellow, -6px 0px 6px yellow;
}}}

== Flexbox ==

 * [[http://yoksel.github.io/flex-cheatsheet/|Flexbox Cheatsheet]]

== Animations ==

 * [[http://animista.net/|Animista]]: Wizard that lets you browse and create keyframe-based animations

== Twitter Bootstrap ==

 * [[https://github.com/winjs/winstrap|winjs/winstrap: The official Bootstrap theme for Microsoft's Modern design language]]
#redirect 0 CascadingStyleSheets

SamatsWiki: CSS (last edited 2017-04-14 07:49:37 by SamatJain)