This is an AMP version of the lightweight Spectre.css framework by Yan Zhu. It complies with the AMP CSS spec.
Insert the contents of spectre.min.css
and optionally spectre-icons.min.css
file into the <style amp-custom></style>
tag. Remember not to exceed 50KB of CSS and to use <amp-img>
instead of <img>
tags in AMP HTML.
Check out the demo page as a valid AMP HTML document.
- Removed
!important
attributes - Replaced
<img>
with<amp-img>
- Replaced
.video-responsive
with<amp-youtube layout="responsive">
- Interactive tabs and toasts
Licensed under MIT License.