├── README.md
├── dist
├── .htaccess
├── .well-known
│ └── brave-rewards-verification.txt
├── OLDsw.js
├── apple-touch-icon.png
├── css
│ ├── critical.css
│ ├── styles.css
│ ├── styles.max.css
│ └── styles.min.css
├── favicon.ico
├── fonts
│ ├── alexbrush.woff
│ ├── alexbrush.woff2
│ ├── bevan.woff
│ └── bevan.woff2
├── images
│ ├── bg-1.png
│ ├── bg-2.png
│ ├── bg-borderimage.png
│ ├── bg-external.gif
│ ├── compass.png
│ ├── filters.png
│ ├── guitar-amp-original.jpg
│ ├── guitaramp.jpg
│ ├── loading.gif
│ └── object-fit.png
├── includes
│ ├── bsa.html
│ ├── common.html
│ ├── edge.html
│ ├── embed
│ │ ├── assets
│ │ │ └── flag.png
│ │ ├── index-m.html
│ │ ├── index.html
│ │ ├── script.js
│ │ ├── script.min.js
│ │ ├── scriptm.js
│ │ ├── scriptm.min.js
│ │ ├── style.css
│ │ └── style.min.css
│ ├── features
│ │ ├── 2d-transforms
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── 3d-transforms
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── appearance
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── background-clip
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── background-origin
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── background-size
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── bg-local
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── blending-modes
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── border-image
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── border-radius
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── box-decoration-break
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── box-shadow
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── box-sizing
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── calc
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── caret-color
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── clip-path
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── conditional-supports
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── currentcolor
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── cursors
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── default
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── exclusions
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── filters
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── flexbox
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── font-face
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── font-size-adjust
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── gradients
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── grid-layout
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── hsla-rgba
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── hyphenation
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── image-orientation
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── image-rendering
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── keyframe-animations
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── masks
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── media-queries
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── multiple-backgrounds
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── multiple-columns
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── object-fit-position
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── opacity
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── overflow-wrap
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── paged-media
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── placeholder-shown
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── pointer-events
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── rem-units
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── resize
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── scroll-behavior
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── scroll-snap-points
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── selection-color
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── space-round
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── tab-size
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── text-decoration
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── text-overflow
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── text-shadow
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── touch-action
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── transform-origin
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── transitions
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── unset
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── user-select
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── variables
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── viewport-units
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ ├── viewport
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ │ └── will-change
│ │ │ ├── code.html
│ │ │ ├── description.html
│ │ │ ├── polyfills.html
│ │ │ ├── result.html
│ │ │ ├── technical.html
│ │ │ ├── title.html
│ │ │ └── tutorials.html
│ └── support-widget.php
├── index-test.php
├── index.html
├── index.php
├── js
│ ├── caniuse-embed.m.min.js
│ ├── caniuse-embed.min.js
│ ├── general.js
│ ├── general.max.js
│ └── general.min.js
└── manifest.json
├── gulpfile.js
├── index.php
├── package.json
├── sitemap.xml
└── src
├── .htaccess
├── OLDsw.js
├── apple-touch-icon.png
├── css
└── styles.css
├── favicon.ico
├── fonts
├── alexbrush.woff
├── alexbrush.woff2
├── bevan.woff
└── bevan.woff2
├── images
├── bg-1.png
├── bg-2.png
├── bg-borderimage.png
├── bg-external.gif
├── compass.png
├── filters.png
├── guitar-amp-original.jpg
├── guitaramp.jpg
├── loading.gif
└── object-fit.png
├── includes
├── bsa.html
├── common.html
├── edge.html
├── embed
│ ├── assets
│ │ └── flag.png
│ ├── index-m.html
│ ├── index.html
│ ├── script.js
│ ├── scriptm.js
│ └── style.css
├── features
│ ├── 2d-transforms
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── 3d-transforms
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── appearance
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── background-clip
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── background-origin
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── background-size
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── bg-local
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── blending-modes
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── border-image
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── border-radius
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── box-decoration-break
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── box-shadow
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── box-sizing
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── calc
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── caret-color
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── clip-path
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── conditional-supports
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── currentcolor
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── cursors
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── default
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── exclusions
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── filters
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── flexbox
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── font-face
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── font-size-adjust
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── gradients
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── grid-layout
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── hsla-rgba
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── hyphenation
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── image-orientation
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── image-rendering
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── keyframe-animations
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── masks
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── media-queries
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── multiple-backgrounds
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── multiple-columns
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── object-fit-position
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── opacity
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── overflow-wrap
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── paged-media
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── placeholder-shown
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── pointer-events
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── rem-units
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── resize
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── scroll-behavior
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── scroll-snap-points
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── selection-color
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── space-round
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── tab-size
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── text-decoration
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── text-overflow
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── text-shadow
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── touch-action
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── transform-origin
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── transitions
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── unset
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── user-select
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── variables
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── viewport-units
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ ├── viewport
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
│ └── will-change
│ │ ├── code.html
│ │ ├── description.html
│ │ ├── polyfills.html
│ │ ├── result.html
│ │ ├── technical.html
│ │ ├── title.html
│ │ └── tutorials.html
└── support-widget.php
├── index-test.php
├── index.html
├── index.php
├── js
├── caniuse-embed.m.min.js
├── caniuse-embed.min.js
└── general.js
└── manifest.json
/dist/.well-known/brave-rewards-verification.txt:
--------------------------------------------------------------------------------
1 | This is a Brave Rewards publisher verification file.
2 |
3 | Domain: css3clickchart.com
4 | Token: 368b36ebf6a623a926f240cd42e94608b3e1d61a79dd411eff66e7066b585f48
5 |
--------------------------------------------------------------------------------
/dist/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/apple-touch-icon.png
--------------------------------------------------------------------------------
/dist/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/favicon.ico
--------------------------------------------------------------------------------
/dist/fonts/alexbrush.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/fonts/alexbrush.woff
--------------------------------------------------------------------------------
/dist/fonts/alexbrush.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/fonts/alexbrush.woff2
--------------------------------------------------------------------------------
/dist/fonts/bevan.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/fonts/bevan.woff
--------------------------------------------------------------------------------
/dist/fonts/bevan.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/fonts/bevan.woff2
--------------------------------------------------------------------------------
/dist/images/bg-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/bg-1.png
--------------------------------------------------------------------------------
/dist/images/bg-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/bg-2.png
--------------------------------------------------------------------------------
/dist/images/bg-borderimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/bg-borderimage.png
--------------------------------------------------------------------------------
/dist/images/bg-external.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/bg-external.gif
--------------------------------------------------------------------------------
/dist/images/compass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/compass.png
--------------------------------------------------------------------------------
/dist/images/filters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/filters.png
--------------------------------------------------------------------------------
/dist/images/guitar-amp-original.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/guitar-amp-original.jpg
--------------------------------------------------------------------------------
/dist/images/guitaramp.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/guitaramp.jpg
--------------------------------------------------------------------------------
/dist/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/loading.gif
--------------------------------------------------------------------------------
/dist/images/object-fit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/images/object-fit.png
--------------------------------------------------------------------------------
/dist/includes/embed/assets/flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/embed/assets/flag.png
--------------------------------------------------------------------------------
/dist/includes/features/2d-transforms/code.html:
--------------------------------------------------------------------------------
1 | .element {
2 | transform: translate(10px, 10px)
3 | skew(-20deg)
4 | rotate(-10deg)
5 | scale(.9);
6 | }
--------------------------------------------------------------------------------
/dist/includes/features/2d-transforms/description.html:
--------------------------------------------------------------------------------
1 | Allows you to use the transform
property along with one or more functions to transform elements in two-dimensional space (translate, scale, skew, rotate).
--------------------------------------------------------------------------------
/dist/includes/features/2d-transforms/polyfills.html:
--------------------------------------------------------------------------------
1 |
This element is translated, skewed, scaled, and rotated using CSS transforms.
-------------------------------------------------------------------------------- /dist/includes/features/2d-transforms/technical.html: -------------------------------------------------------------------------------- 1 | Transforms on W3C -------------------------------------------------------------------------------- /dist/includes/features/2d-transforms/title.html: -------------------------------------------------------------------------------- 1 | Transforms -------------------------------------------------------------------------------- /dist/includes/features/2d-transforms/tutorials.html: -------------------------------------------------------------------------------- 1 |
This element's background is clipped at the edges of its content (using content-box
).
background-clip
, defines how far the background of the element should visibly extend (i.e. where its extremities originate).
--------------------------------------------------------------------------------
/dist/includes/features/background-origin/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/background-origin/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/background-origin/result.html:
--------------------------------------------------------------------------------
1 | This element's background originates in the content area.
-------------------------------------------------------------------------------- /dist/includes/features/background-origin/technical.html: -------------------------------------------------------------------------------- 1 | Background Origin on W3C -------------------------------------------------------------------------------- /dist/includes/features/background-origin/title.html: -------------------------------------------------------------------------------- 1 | Background Origin -------------------------------------------------------------------------------- /dist/includes/features/background-origin/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/background-origin/tutorials.html -------------------------------------------------------------------------------- /dist/includes/features/background-size/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | background-color: firebrick; 3 | background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, .5) 50%); 4 | background-size: 20px 20px; 5 | } -------------------------------------------------------------------------------- /dist/includes/features/background-size/description.html: -------------------------------------------------------------------------------- 1 | Lets you define the size of a background image using units or keywords. This also applies to the size of linear and radial gradients. -------------------------------------------------------------------------------- /dist/includes/features/background-size/polyfills.html: -------------------------------------------------------------------------------- 1 |The background-size
property can be used to create repeating backgrounds with no images:
Resize this box using the bottom-right handle and the image on the border will stay fluid.
-------------------------------------------------------------------------------- /dist/includes/features/border-image/technical.html: -------------------------------------------------------------------------------- 1 | Border Images on W3C -------------------------------------------------------------------------------- /dist/includes/features/border-image/title.html: -------------------------------------------------------------------------------- 1 | Border Images -------------------------------------------------------------------------------- /dist/includes/features/border-radius/description.html: -------------------------------------------------------------------------------- 1 | Adds rounded corners to elements using shorthand, longhand, or "slash" syntax, which lets you define different values for horizontal and vertical radii on individual corners. -------------------------------------------------------------------------------- /dist/includes/features/border-radius/result.html: -------------------------------------------------------------------------------- 1 |This paragraph has rounded corners defined without the use of JavaScript, images, or extra markup.
-------------------------------------------------------------------------------- /dist/includes/features/border-radius/technical.html: -------------------------------------------------------------------------------- 1 | Border Radius on W3C -------------------------------------------------------------------------------- /dist/includes/features/border-radius/title.html: -------------------------------------------------------------------------------- 1 | Border Radius -------------------------------------------------------------------------------- /dist/includes/features/border-radius/tutorials.html: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /dist/includes/features/box-decoration-break/code.html: -------------------------------------------------------------------------------- 1 | .example { 2 | box-shadow: 0 0 20px #000; 3 | background: linear-gradient(to right, #fd746c, #2c3e50); 4 | box-decoration-break: clone; /* or "slice" (default) */ 5 | } -------------------------------------------------------------------------------- /dist/includes/features/box-decoration-break/description.html: -------------------------------------------------------------------------------- 1 | Lets you determine how the browser should handle elements that have their margins, borders, padding, etc. split by page breaks, column breaks, regions, etc. -------------------------------------------------------------------------------- /dist/includes/features/box-decoration-break/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/box-decoration-break/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/box-decoration-break/technical.html: -------------------------------------------------------------------------------- 1 | Fragmented Borders and Backgrounds on W3C -------------------------------------------------------------------------------- /dist/includes/features/box-decoration-break/title.html: -------------------------------------------------------------------------------- 1 | Box Decoration Break -------------------------------------------------------------------------------- /dist/includes/features/box-decoration-break/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/box-decoration-break/tutorials.html -------------------------------------------------------------------------------- /dist/includes/features/box-shadow/code.html: -------------------------------------------------------------------------------- 1 | /* color, h-offset, v-offset, blur, spread, inset (optional) */ 2 | 3 | .element { 4 | box-shadow: #000 10px 10px 10px 3px inset; 5 | } -------------------------------------------------------------------------------- /dist/includes/features/box-shadow/description.html: -------------------------------------------------------------------------------- 1 | Creates a drop-shadow effect on an element. -------------------------------------------------------------------------------- /dist/includes/features/box-shadow/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/box-shadow/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/box-shadow/result.html: -------------------------------------------------------------------------------- 1 |This box has a drop shadow.
-------------------------------------------------------------------------------- /dist/includes/features/box-shadow/technical.html: -------------------------------------------------------------------------------- 1 | Box Shadow on W3C -------------------------------------------------------------------------------- /dist/includes/features/box-shadow/title.html: -------------------------------------------------------------------------------- 1 | Box Shadow -------------------------------------------------------------------------------- /dist/includes/features/box-shadow/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/box-shadow/tutorials.html -------------------------------------------------------------------------------- /dist/includes/features/box-sizing/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | width: 200px; 3 | padding: 0 30px; 4 | box-sizing: border-box; /* content-box */ 5 | } -------------------------------------------------------------------------------- /dist/includes/features/box-sizing/description.html: -------------------------------------------------------------------------------- 1 | Used to alter the default CSS box model for calculating width and height of the elements, which includes border and padding in its total, usually an undesirable result. -------------------------------------------------------------------------------- /dist/includes/features/box-sizing/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/box-sizing/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/box-sizing/result.html: -------------------------------------------------------------------------------- 1 |Extra padding does not make this box wider or taller. It will be only as large as its width
and/or height
properties define.
The width of this element is 70% minus 50px, using the calc()
function.
calc()
--------------------------------------------------------------------------------
/dist/includes/features/caret-color/code.html:
--------------------------------------------------------------------------------
1 | textarea {
2 | caret-color: hotpink;
3 | }
--------------------------------------------------------------------------------
/dist/includes/features/caret-color/description.html:
--------------------------------------------------------------------------------
1 | For an element with editable text, this property allows you to set the color of the caret (the blinking visible indicator where text is to be inserted).
--------------------------------------------------------------------------------
/dist/includes/features/caret-color/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/caret-color/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/caret-color/result.html:
--------------------------------------------------------------------------------
1 | Click inside the textarea below. The color of the blinking cursor (i.e. caret) will be hot pink.
3 | 4 |@supports
, similar to what's done using a tool like Modernizr.
--------------------------------------------------------------------------------
/dist/includes/features/conditional-supports/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/conditional-supports/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/conditional-supports/technical.html:
--------------------------------------------------------------------------------
1 | Feature queries: the @supports rule on W3C
--------------------------------------------------------------------------------
/dist/includes/features/conditional-supports/title.html:
--------------------------------------------------------------------------------
1 | Conditional Rules with @supports
--------------------------------------------------------------------------------
/dist/includes/features/conditional-supports/tutorials.html:
--------------------------------------------------------------------------------
1 | The element below inherits its background color from its parent's color
value.
cursor
property, including none
, context-menu
, col-resize
, and more.
--------------------------------------------------------------------------------
/dist/includes/features/cursors/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/cursors/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/cursors/technical.html:
--------------------------------------------------------------------------------
1 | Cursor Property on W3C
--------------------------------------------------------------------------------
/dist/includes/features/cursors/title.html:
--------------------------------------------------------------------------------
1 | New Cursors
--------------------------------------------------------------------------------
/dist/includes/features/cursors/tutorials.html:
--------------------------------------------------------------------------------
1 | float
property, exclusions (a.k.a. "positioned floats") allow you to define arbitrary areas that inline content can flow around.
--------------------------------------------------------------------------------
/dist/includes/features/exclusions/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/exclusions/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/exclusions/result.html:
--------------------------------------------------------------------------------
1 | For a live demonstration of CSS exclusions, visit this link in a supporting browser.
-------------------------------------------------------------------------------- /dist/includes/features/exclusions/technical.html: -------------------------------------------------------------------------------- 1 | CSS Exclusions Module -------------------------------------------------------------------------------- /dist/includes/features/exclusions/title.html: -------------------------------------------------------------------------------- 1 | Exclusions -------------------------------------------------------------------------------- /dist/includes/features/exclusions/tutorials.html: -------------------------------------------------------------------------------- 1 |@font-face
at-rule.
--------------------------------------------------------------------------------
/dist/includes/features/font-face/polyfills.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/dist/includes/features/font-face/result.html:
--------------------------------------------------------------------------------
1 | Below is a custom font embedded using @font-face
Linear and radial gradients. No images.
3 | 4 | 5 |The child element below is positioned in the 4th column of the grid:
3 |The background color of this paragraph is defined using an RGBA setting of rgba(255, 43, 0, .2)
The text in this box is set to automatic hyphenation. Some big words might help illustrate the hyphenation: Discombobulationary interdisciplinary reinstitutionalized ramifications.
-------------------------------------------------------------------------------- /dist/includes/features/hyphenation/technical.html: -------------------------------------------------------------------------------- 1 | Hyphenation on W3C -------------------------------------------------------------------------------- /dist/includes/features/hyphenation/title.html: -------------------------------------------------------------------------------- 1 | Hyphenation -------------------------------------------------------------------------------- /dist/includes/features/image-orientation/description.html: -------------------------------------------------------------------------------- 1 | Allows you to correctly orient an image that was taken with a camera turned on its side, or an image that positioned improperly on a scanner. -------------------------------------------------------------------------------- /dist/includes/features/image-orientation/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/image-orientation/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/image-orientation/technical.html: -------------------------------------------------------------------------------- 1 | Orienting an Image on the Page on W3C -------------------------------------------------------------------------------- /dist/includes/features/image-orientation/title.html: -------------------------------------------------------------------------------- 1 | Image Orientation -------------------------------------------------------------------------------- /dist/includes/features/image-orientation/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/includes/features/image-rendering/code.html: -------------------------------------------------------------------------------- 1 | .img-1 { 2 | image-rendering: crisp-edges; 3 | } 4 | 5 | .img-2 { 6 | image-rendering: pixelated; 7 | } 8 | 9 | .img-3 { 10 | image-rendering: smooth; 11 | } -------------------------------------------------------------------------------- /dist/includes/features/image-rendering/description.html: -------------------------------------------------------------------------------- 1 | Provides a hint to the browser about what aspects of an image are most important to preserve when the image is scaled, to help the browser optimize its scaling algorithm. -------------------------------------------------------------------------------- /dist/includes/features/image-rendering/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/image-rendering/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/image-rendering/technical.html: -------------------------------------------------------------------------------- 1 | Image Processing on W3C -------------------------------------------------------------------------------- /dist/includes/features/image-rendering/title.html: -------------------------------------------------------------------------------- 1 | Image Rendering -------------------------------------------------------------------------------- /dist/includes/features/keyframe-animations/description.html: -------------------------------------------------------------------------------- 1 | Allows for the creation of complex animations that incorporate timing, delay, timing functions, multiple keyframes, and more. -------------------------------------------------------------------------------- /dist/includes/features/keyframe-animations/result.html: -------------------------------------------------------------------------------- 1 |No Flash, no JavaScript.
2 | -------------------------------------------------------------------------------- /dist/includes/features/keyframe-animations/technical.html: -------------------------------------------------------------------------------- 1 | CSS3 Animations on W3C -------------------------------------------------------------------------------- /dist/includes/features/keyframe-animations/title.html: -------------------------------------------------------------------------------- 1 | Keyframe Animations -------------------------------------------------------------------------------- /dist/includes/features/masks/description.html: -------------------------------------------------------------------------------- 1 | Allows you to use a graphical element or image as a luminance or alpha mask to hide portions of elements. -------------------------------------------------------------------------------- /dist/includes/features/masks/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/masks/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/masks/result.html: -------------------------------------------------------------------------------- 1 |The image below has been partially masked with a staggered transparent gradient.
2 | -------------------------------------------------------------------------------- /dist/includes/features/masks/technical.html: -------------------------------------------------------------------------------- 1 | Positioned Masks on W3C -------------------------------------------------------------------------------- /dist/includes/features/masks/title.html: -------------------------------------------------------------------------------- 1 | Masks -------------------------------------------------------------------------------- /dist/includes/features/media-queries/code.html: -------------------------------------------------------------------------------- 1 | @media (max-width: 1200px) { 2 | .element { 3 | background: #bada55; 4 | } 5 | } 6 | 7 | @media (max-width: 480px) { 8 | .element { 9 | background: #d78965; 10 | } 11 | } -------------------------------------------------------------------------------- /dist/includes/features/media-queries/description.html: -------------------------------------------------------------------------------- 1 | Lets you serve different styles to a browser depending on various media types (print, screen, etc) and media conditions (screen size, portrait, landscape, etc.). -------------------------------------------------------------------------------- /dist/includes/features/media-queries/result.html: -------------------------------------------------------------------------------- 1 |Resize the browser window to cross the 1200px and 480px thresholds and the background color of this paragraph will change.
-------------------------------------------------------------------------------- /dist/includes/features/media-queries/technical.html: -------------------------------------------------------------------------------- 1 | Media Queries Level 3 on W3C -------------------------------------------------------------------------------- /dist/includes/features/media-queries/title.html: -------------------------------------------------------------------------------- 1 | Media Queries -------------------------------------------------------------------------------- /dist/includes/features/multiple-backgrounds/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | background: url(images/example.png) center center no-repeat, 3 | url(images/example-2.png) top left repeat; 4 | } -------------------------------------------------------------------------------- /dist/includes/features/multiple-backgrounds/description.html: -------------------------------------------------------------------------------- 1 | Allows multiple background images to be placed on a single element. -------------------------------------------------------------------------------- /dist/includes/features/multiple-backgrounds/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/multiple-backgrounds/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/multiple-backgrounds/result.html: -------------------------------------------------------------------------------- 1 |This element has two background images.
-------------------------------------------------------------------------------- /dist/includes/features/multiple-backgrounds/technical.html: -------------------------------------------------------------------------------- 1 | Multiple Backgrounds on W3C -------------------------------------------------------------------------------- /dist/includes/features/multiple-backgrounds/title.html: -------------------------------------------------------------------------------- 1 | Multiple Backgrounds -------------------------------------------------------------------------------- /dist/includes/features/multiple-backgrounds/tutorials.html: -------------------------------------------------------------------------------- 1 |Using the opacity
property, this white box is semi-transparent.
word-wrap
, which has support in every browser, including old versions of IE.
--------------------------------------------------------------------------------
/dist/includes/features/overflow-wrap/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/overflow-wrap/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/overflow-wrap/technical.html:
--------------------------------------------------------------------------------
1 | overflow-wrap on W3C
--------------------------------------------------------------------------------
/dist/includes/features/overflow-wrap/title.html:
--------------------------------------------------------------------------------
1 | Word Wrap / Overflow Wrap
--------------------------------------------------------------------------------
/dist/includes/features/paged-media/code.html:
--------------------------------------------------------------------------------
1 | @media -o-paged {
2 | html {
3 | height: 100%;
4 | overflow: -o-paged-x;
5 | }
6 | }
--------------------------------------------------------------------------------
/dist/includes/features/paged-media/description.html:
--------------------------------------------------------------------------------
1 | Allows content to be split into one or more "pages", giving you control over page breaks, page size, orientation, page margins, and orphans and widows.
--------------------------------------------------------------------------------
/dist/includes/features/paged-media/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/paged-media/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/paged-media/result.html:
--------------------------------------------------------------------------------
1 | N/A
-------------------------------------------------------------------------------- /dist/includes/features/paged-media/technical.html: -------------------------------------------------------------------------------- 1 | CSS Paged Media Module on W3C -------------------------------------------------------------------------------- /dist/includes/features/paged-media/title.html: -------------------------------------------------------------------------------- 1 | Paged Media -------------------------------------------------------------------------------- /dist/includes/features/placeholder-shown/code.html: -------------------------------------------------------------------------------- 1 | input:placeholder-shown { 2 | background: lightblue; 3 | } 4 | 5 | input:placeholder-shown ~ .msg { 6 | display: none; 7 | } -------------------------------------------------------------------------------- /dist/includes/features/placeholder-shown/description.html: -------------------------------------------------------------------------------- 1 | A pseudo-element and pseudo-class to allow you to style a text input's placeholder text, or to style a text input based on whether or not the placeholder text is visible. -------------------------------------------------------------------------------- /dist/includes/features/placeholder-shown/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/placeholder-shown/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/placeholder-shown/technical.html: -------------------------------------------------------------------------------- 1 | :placeholder-shown and ::placeholder on W3C. -------------------------------------------------------------------------------- /dist/includes/features/placeholder-shown/title.html: -------------------------------------------------------------------------------- 1 | Placeholder/Placeholder Shown -------------------------------------------------------------------------------- /dist/includes/features/placeholder-shown/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/placeholder-shown/tutorials.html -------------------------------------------------------------------------------- /dist/includes/features/pointer-events/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | pointer-events: none; 3 | } 4 | 5 | /* For SVG only */ 6 | 7 | .element2 { 8 | pointer-events: visibleFill; 9 | } -------------------------------------------------------------------------------- /dist/includes/features/pointer-events/description.html: -------------------------------------------------------------------------------- 1 | Allows control over the circumstances under which elements can be the target of mouse events. -------------------------------------------------------------------------------- /dist/includes/features/pointer-events/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/pointer-events/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/pointer-events/result.html: -------------------------------------------------------------------------------- 1 |The link below doesn't work because its set to pointer-events: none
2 |
3 | Visit my website
<html>
element), rather than being relative to the inherited font size (like em units).
--------------------------------------------------------------------------------
/dist/includes/features/rem-units/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/rem-units/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/rem-units/result.html:
--------------------------------------------------------------------------------
1 | This text is set to 1.5rem. This computes to 27px, which is one and a half times 18px (the root font size).
-------------------------------------------------------------------------------- /dist/includes/features/rem-units/technical.html: -------------------------------------------------------------------------------- 1 | Rem Units on W3C -------------------------------------------------------------------------------- /dist/includes/features/rem-units/title.html: -------------------------------------------------------------------------------- 1 | Rem Units -------------------------------------------------------------------------------- /dist/includes/features/resize/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | overflow: hidden; /* anything but "visible" */ 3 | resize: both; /* none, horizontal, vertical */ 4 | } -------------------------------------------------------------------------------- /dist/includes/features/resize/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/resize/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/resize/result.html: -------------------------------------------------------------------------------- 1 |This <p>
element can be resized by the user with a bottom-right handle.
For a demonstration of the different scroll snap points features, view this CodePen demo in a supporting browser.
-------------------------------------------------------------------------------- /dist/includes/features/scroll-snap-points/technical.html: -------------------------------------------------------------------------------- 1 | CSS Scroll Snap Module on W3C -------------------------------------------------------------------------------- /dist/includes/features/scroll-snap-points/title.html: -------------------------------------------------------------------------------- 1 | Scroll Snap Points -------------------------------------------------------------------------------- /dist/includes/features/selection-color/code.html: -------------------------------------------------------------------------------- 1 | ::selection { 2 | background: purple; 3 | color: hotpink; 4 | } 5 | 6 | ::-moz-selection { 7 | background: purple; 8 | color: hotpink; 9 | } -------------------------------------------------------------------------------- /dist/includes/features/selection-color/description.html: -------------------------------------------------------------------------------- 1 | Using a pseudo-element, allows you to change the text color or background color on selected text. -------------------------------------------------------------------------------- /dist/includes/features/selection-color/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/selection-color/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/selection-color/result.html: -------------------------------------------------------------------------------- 1 |Select the text in this paragraph. The background color and text color will change to purple and hotpink for the selected area.
-------------------------------------------------------------------------------- /dist/includes/features/selection-color/technical.html: -------------------------------------------------------------------------------- 1 | Selecting Highlighted Content on W3C -------------------------------------------------------------------------------- /dist/includes/features/selection-color/title.html: -------------------------------------------------------------------------------- 1 | Selection Pseudo-Element -------------------------------------------------------------------------------- /dist/includes/features/selection-color/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/selection-color/tutorials.html -------------------------------------------------------------------------------- /dist/includes/features/space-round/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | background: url(bg.png) space 0 0; 3 | } 4 | 5 | .element2 { 6 | background-image: url(bg.png); 7 | background-repeat: round; 8 | } -------------------------------------------------------------------------------- /dist/includes/features/space-round/description.html: -------------------------------------------------------------------------------- 1 | Alternate values for thebackground-repeat
property. Each repeats the background as often as it will fit without being clipped. "space" repeats to fit, while "round" scales it.
--------------------------------------------------------------------------------
/dist/includes/features/space-round/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/space-round/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/space-round/result.html:
--------------------------------------------------------------------------------
1 | For a live demonstration of CSS3's space and round values, visit this link in a supporting browser.
-------------------------------------------------------------------------------- /dist/includes/features/space-round/technical.html: -------------------------------------------------------------------------------- 1 | Tiling Images: the 'background-repeat' property on W3C -------------------------------------------------------------------------------- /dist/includes/features/space-round/title.html: -------------------------------------------------------------------------------- 1 | Space and Round Values for Background Repeat -------------------------------------------------------------------------------- /dist/includes/features/space-round/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/includes/features/tab-size/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | tab-size: 4; 3 | } -------------------------------------------------------------------------------- /dist/includes/features/tab-size/description.html: -------------------------------------------------------------------------------- 1 | Allows you to change the number of characters making up a tab. Value can be an integer (representing number of spaces) or a length value. -------------------------------------------------------------------------------- /dist/includes/features/tab-size/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/tab-size/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/tab-size/technical.html: -------------------------------------------------------------------------------- 1 | Tab Character Size on W3C -------------------------------------------------------------------------------- /dist/includes/features/tab-size/title.html: -------------------------------------------------------------------------------- 1 | Tab Character Size -------------------------------------------------------------------------------- /dist/includes/features/tab-size/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/tab-size/tutorials.html -------------------------------------------------------------------------------- /dist/includes/features/text-decoration/code.html: -------------------------------------------------------------------------------- 1 | a { 2 | text-decoration-line: underline; 3 | text-decoration-color: orange; 4 | text-decoration-style: dashed; 5 | text-underline-position: under; 6 | } -------------------------------------------------------------------------------- /dist/includes/features/text-decoration/description.html: -------------------------------------------------------------------------------- 1 | New text decoration features, including thetext-decoration
property as a shorthand, adding various new longhand properties to manipulate underlines, overlines, etc.
--------------------------------------------------------------------------------
/dist/includes/features/text-decoration/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/text-decoration/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/text-decoration/result.html:
--------------------------------------------------------------------------------
1 | This link uses new text decoration features. Only supporting browsers will show the changes.
3 |Click and hold to see the remainder of this text that overflows its parent. The rest of this is just filler text.
-------------------------------------------------------------------------------- /dist/includes/features/text-overflow/technical.html: -------------------------------------------------------------------------------- 1 | Text Overflow on W3C -------------------------------------------------------------------------------- /dist/includes/features/text-overflow/title.html: -------------------------------------------------------------------------------- 1 | Text Overflow -------------------------------------------------------------------------------- /dist/includes/features/text-overflow/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/includes/features/text-shadow/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | text-shadow: #555 4px 4px 4px; /* color, h-offset, v-offset, blur */ 3 | } -------------------------------------------------------------------------------- /dist/includes/features/text-shadow/description.html: -------------------------------------------------------------------------------- 1 | Creates a drop-shadow effect on text. -------------------------------------------------------------------------------- /dist/includes/features/text-shadow/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/text-shadow/polyfills.html -------------------------------------------------------------------------------- /dist/includes/features/text-shadow/result.html: -------------------------------------------------------------------------------- 1 |Text Shadow
-------------------------------------------------------------------------------- /dist/includes/features/text-shadow/technical.html: -------------------------------------------------------------------------------- 1 | Text Shadows on W3C -------------------------------------------------------------------------------- /dist/includes/features/text-shadow/title.html: -------------------------------------------------------------------------------- 1 | Text Shadow -------------------------------------------------------------------------------- /dist/includes/features/text-shadow/tutorials.html: -------------------------------------------------------------------------------- 1 |This box is rotated using CSS3 transforms, but the origin of the rotation is changed from the default center to -20px -50px
.
Hover over this element and it will gradually change background color.
-------------------------------------------------------------------------------- /dist/includes/features/transitions/technical.html: -------------------------------------------------------------------------------- 1 | Transitions on W3C -------------------------------------------------------------------------------- /dist/includes/features/transitions/title.html: -------------------------------------------------------------------------------- 1 | Transitions -------------------------------------------------------------------------------- /dist/includes/features/transitions/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/includes/features/unset/code.html: -------------------------------------------------------------------------------- 1 | .example { 2 | font-family: unset; 3 | } -------------------------------------------------------------------------------- /dist/includes/features/unset/description.html: -------------------------------------------------------------------------------- 1 | A universal CSS value that's the same asinherit
if a property is inherited or initial
if a property is not inherited.
--------------------------------------------------------------------------------
/dist/includes/features/unset/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/unset/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/unset/technical.html:
--------------------------------------------------------------------------------
1 | Erasing All Declarations: the unset keyword on W3C.
--------------------------------------------------------------------------------
/dist/includes/features/unset/title.html:
--------------------------------------------------------------------------------
1 | Keyword value unset
--------------------------------------------------------------------------------
/dist/includes/features/unset/tutorials.html:
--------------------------------------------------------------------------------
1 | The background color and text for this element are defined using CSS variables.
3 |For a live demonstration of viewport units in action, see this CodePen demo.
-------------------------------------------------------------------------------- /dist/includes/features/viewport-units/technical.html: -------------------------------------------------------------------------------- 1 | Viewport-percentage lengths on W3C -------------------------------------------------------------------------------- /dist/includes/features/viewport-units/title.html: -------------------------------------------------------------------------------- 1 | Viewport-relative Units -------------------------------------------------------------------------------- /dist/includes/features/viewport-units/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/includes/features/viewport/code.html: -------------------------------------------------------------------------------- 1 | @viewport { 2 | width: device-width; 3 | zoom: 1.0; 4 | user-zoom: zoom; 5 | } -------------------------------------------------------------------------------- /dist/includes/features/viewport/description.html: -------------------------------------------------------------------------------- 1 | Allows you to specify the size, zoom factor, and orientation of the viewport using @viewport and descriptors, similar to what's done with the viewport<meta>
tag.
--------------------------------------------------------------------------------
/dist/includes/features/viewport/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/viewport/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/viewport/result.html:
--------------------------------------------------------------------------------
1 | @viewport
--------------------------------------------------------------------------------
/dist/includes/features/viewport/tutorials.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/viewport/tutorials.html
--------------------------------------------------------------------------------
/dist/includes/features/will-change/code.html:
--------------------------------------------------------------------------------
1 | .parent:hover .child {
2 | will-change: transform;
3 | }
4 |
5 | .child {
6 | transition: transform 0.3s;
7 | }
8 |
9 | .child:hover {
10 | transform: scale(1.5);
11 | }
--------------------------------------------------------------------------------
/dist/includes/features/will-change/description.html:
--------------------------------------------------------------------------------
1 | Lets you to inform the browser which elements and what properties will change, which allows the browser to optimize animations.
--------------------------------------------------------------------------------
/dist/includes/features/will-change/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/dist/includes/features/will-change/polyfills.html
--------------------------------------------------------------------------------
/dist/includes/features/will-change/technical.html:
--------------------------------------------------------------------------------
1 | CSS Will Change Module Level 1 on W3C
--------------------------------------------------------------------------------
/dist/includes/features/will-change/title.html:
--------------------------------------------------------------------------------
1 | Will Change
--------------------------------------------------------------------------------
/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/apple-touch-icon.png
--------------------------------------------------------------------------------
/src/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/favicon.ico
--------------------------------------------------------------------------------
/src/fonts/alexbrush.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/fonts/alexbrush.woff
--------------------------------------------------------------------------------
/src/fonts/alexbrush.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/fonts/alexbrush.woff2
--------------------------------------------------------------------------------
/src/fonts/bevan.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/fonts/bevan.woff
--------------------------------------------------------------------------------
/src/fonts/bevan.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/fonts/bevan.woff2
--------------------------------------------------------------------------------
/src/images/bg-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/bg-1.png
--------------------------------------------------------------------------------
/src/images/bg-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/bg-2.png
--------------------------------------------------------------------------------
/src/images/bg-borderimage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/bg-borderimage.png
--------------------------------------------------------------------------------
/src/images/bg-external.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/bg-external.gif
--------------------------------------------------------------------------------
/src/images/compass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/compass.png
--------------------------------------------------------------------------------
/src/images/filters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/filters.png
--------------------------------------------------------------------------------
/src/images/guitar-amp-original.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/guitar-amp-original.jpg
--------------------------------------------------------------------------------
/src/images/guitaramp.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/guitaramp.jpg
--------------------------------------------------------------------------------
/src/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/loading.gif
--------------------------------------------------------------------------------
/src/images/object-fit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/images/object-fit.png
--------------------------------------------------------------------------------
/src/includes/embed/assets/flag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/embed/assets/flag.png
--------------------------------------------------------------------------------
/src/includes/features/2d-transforms/code.html:
--------------------------------------------------------------------------------
1 | .element {
2 | transform: translate(10px, 10px)
3 | skew(-20deg)
4 | rotate(-10deg)
5 | scale(.9);
6 | }
--------------------------------------------------------------------------------
/src/includes/features/2d-transforms/description.html:
--------------------------------------------------------------------------------
1 | Allows you to use the transform
property along with one or more functions to transform elements in two-dimensional space (translate, scale, skew, rotate).
--------------------------------------------------------------------------------
/src/includes/features/2d-transforms/polyfills.html:
--------------------------------------------------------------------------------
1 | This element is translated, skewed, scaled, and rotated using CSS transforms.
-------------------------------------------------------------------------------- /src/includes/features/2d-transforms/technical.html: -------------------------------------------------------------------------------- 1 | Transforms on W3C -------------------------------------------------------------------------------- /src/includes/features/2d-transforms/title.html: -------------------------------------------------------------------------------- 1 | Transforms -------------------------------------------------------------------------------- /src/includes/features/2d-transforms/tutorials.html: -------------------------------------------------------------------------------- 1 |
This element's background is clipped at the edges of its content (using content-box
).
background-clip
, defines how far the background of the element should visibly extend (i.e. where its extremities originate).
--------------------------------------------------------------------------------
/src/includes/features/background-origin/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/background-origin/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/background-origin/result.html:
--------------------------------------------------------------------------------
1 | This element's background originates in the content area.
-------------------------------------------------------------------------------- /src/includes/features/background-origin/technical.html: -------------------------------------------------------------------------------- 1 | Background Origin on W3C -------------------------------------------------------------------------------- /src/includes/features/background-origin/title.html: -------------------------------------------------------------------------------- 1 | Background Origin -------------------------------------------------------------------------------- /src/includes/features/background-origin/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/background-origin/tutorials.html -------------------------------------------------------------------------------- /src/includes/features/background-size/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | background-color: firebrick; 3 | background-image: linear-gradient(transparent 50%, rgba(255, 255, 255, .5) 50%); 4 | background-size: 20px 20px; 5 | } -------------------------------------------------------------------------------- /src/includes/features/background-size/description.html: -------------------------------------------------------------------------------- 1 | Lets you define the size of a background image using units or keywords. This also applies to the size of linear and radial gradients. -------------------------------------------------------------------------------- /src/includes/features/background-size/polyfills.html: -------------------------------------------------------------------------------- 1 |The background-size
property can be used to create repeating backgrounds with no images:
Resize this box using the bottom-right handle and the image on the border will stay fluid.
-------------------------------------------------------------------------------- /src/includes/features/border-image/technical.html: -------------------------------------------------------------------------------- 1 | Border Images on W3C -------------------------------------------------------------------------------- /src/includes/features/border-image/title.html: -------------------------------------------------------------------------------- 1 | Border Images -------------------------------------------------------------------------------- /src/includes/features/border-radius/description.html: -------------------------------------------------------------------------------- 1 | Adds rounded corners to elements using shorthand, longhand, or "slash" syntax, which lets you define different values for horizontal and vertical radii on individual corners. -------------------------------------------------------------------------------- /src/includes/features/border-radius/result.html: -------------------------------------------------------------------------------- 1 |This paragraph has rounded corners defined without the use of JavaScript, images, or extra markup.
-------------------------------------------------------------------------------- /src/includes/features/border-radius/technical.html: -------------------------------------------------------------------------------- 1 | Border Radius on W3C -------------------------------------------------------------------------------- /src/includes/features/border-radius/title.html: -------------------------------------------------------------------------------- 1 | Border Radius -------------------------------------------------------------------------------- /src/includes/features/border-radius/tutorials.html: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /src/includes/features/box-decoration-break/code.html: -------------------------------------------------------------------------------- 1 | .example { 2 | box-shadow: 0 0 20px #000; 3 | background: linear-gradient(to right, #fd746c, #2c3e50); 4 | box-decoration-break: clone; /* or "slice" (default) */ 5 | } -------------------------------------------------------------------------------- /src/includes/features/box-decoration-break/description.html: -------------------------------------------------------------------------------- 1 | Lets you determine how the browser should handle elements that have their margins, borders, padding, etc. split by page breaks, column breaks, regions, etc. -------------------------------------------------------------------------------- /src/includes/features/box-decoration-break/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/box-decoration-break/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/box-decoration-break/technical.html: -------------------------------------------------------------------------------- 1 | Fragmented Borders and Backgrounds on W3C -------------------------------------------------------------------------------- /src/includes/features/box-decoration-break/title.html: -------------------------------------------------------------------------------- 1 | Box Decoration Break -------------------------------------------------------------------------------- /src/includes/features/box-decoration-break/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/box-decoration-break/tutorials.html -------------------------------------------------------------------------------- /src/includes/features/box-shadow/code.html: -------------------------------------------------------------------------------- 1 | /* color, h-offset, v-offset, blur, spread, inset (optional) */ 2 | 3 | .element { 4 | box-shadow: #000 10px 10px 10px 3px inset; 5 | } -------------------------------------------------------------------------------- /src/includes/features/box-shadow/description.html: -------------------------------------------------------------------------------- 1 | Creates a drop-shadow effect on an element. -------------------------------------------------------------------------------- /src/includes/features/box-shadow/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/box-shadow/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/box-shadow/result.html: -------------------------------------------------------------------------------- 1 |This box has a drop shadow.
-------------------------------------------------------------------------------- /src/includes/features/box-shadow/technical.html: -------------------------------------------------------------------------------- 1 | Box Shadow on W3C -------------------------------------------------------------------------------- /src/includes/features/box-shadow/title.html: -------------------------------------------------------------------------------- 1 | Box Shadow -------------------------------------------------------------------------------- /src/includes/features/box-shadow/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/box-shadow/tutorials.html -------------------------------------------------------------------------------- /src/includes/features/box-sizing/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | width: 200px; 3 | padding: 0 30px; 4 | box-sizing: border-box; /* content-box */ 5 | } -------------------------------------------------------------------------------- /src/includes/features/box-sizing/description.html: -------------------------------------------------------------------------------- 1 | Used to alter the default CSS box model for calculating width and height of the elements, which includes border and padding in its total, usually an undesirable result. -------------------------------------------------------------------------------- /src/includes/features/box-sizing/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/box-sizing/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/box-sizing/result.html: -------------------------------------------------------------------------------- 1 |Extra padding does not make this box wider or taller. It will be only as large as its width
and/or height
properties define.
The width of this element is 70% minus 50px, using the calc()
function.
calc()
--------------------------------------------------------------------------------
/src/includes/features/caret-color/code.html:
--------------------------------------------------------------------------------
1 | textarea {
2 | caret-color: hotpink;
3 | }
--------------------------------------------------------------------------------
/src/includes/features/caret-color/description.html:
--------------------------------------------------------------------------------
1 | For an element with editable text, this property allows you to set the color of the caret (the blinking visible indicator where text is to be inserted).
--------------------------------------------------------------------------------
/src/includes/features/caret-color/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/caret-color/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/caret-color/result.html:
--------------------------------------------------------------------------------
1 | Click inside the textarea below. The color of the blinking cursor (i.e. caret) will be hot pink.
3 | 4 |@supports
, similar to what's done using a tool like Modernizr.
--------------------------------------------------------------------------------
/src/includes/features/conditional-supports/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/conditional-supports/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/conditional-supports/technical.html:
--------------------------------------------------------------------------------
1 | Feature queries: the @supports rule on W3C
--------------------------------------------------------------------------------
/src/includes/features/conditional-supports/title.html:
--------------------------------------------------------------------------------
1 | Conditional Rules with @supports
--------------------------------------------------------------------------------
/src/includes/features/conditional-supports/tutorials.html:
--------------------------------------------------------------------------------
1 | The element below inherits its background color from its parent's color
value.
cursor
property, including none
, context-menu
, col-resize
, and more.
--------------------------------------------------------------------------------
/src/includes/features/cursors/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/cursors/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/cursors/technical.html:
--------------------------------------------------------------------------------
1 | Cursor Property on W3C
--------------------------------------------------------------------------------
/src/includes/features/cursors/title.html:
--------------------------------------------------------------------------------
1 | New Cursors
--------------------------------------------------------------------------------
/src/includes/features/cursors/tutorials.html:
--------------------------------------------------------------------------------
1 | float
property, exclusions (a.k.a. "positioned floats") allow you to define arbitrary areas that inline content can flow around.
--------------------------------------------------------------------------------
/src/includes/features/exclusions/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/exclusions/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/exclusions/result.html:
--------------------------------------------------------------------------------
1 | For a live demonstration of CSS exclusions, visit this link in a supporting browser.
-------------------------------------------------------------------------------- /src/includes/features/exclusions/technical.html: -------------------------------------------------------------------------------- 1 | CSS Exclusions Module -------------------------------------------------------------------------------- /src/includes/features/exclusions/title.html: -------------------------------------------------------------------------------- 1 | Exclusions -------------------------------------------------------------------------------- /src/includes/features/exclusions/tutorials.html: -------------------------------------------------------------------------------- 1 |@font-face
at-rule.
--------------------------------------------------------------------------------
/src/includes/features/font-face/polyfills.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/includes/features/font-face/result.html:
--------------------------------------------------------------------------------
1 | Below is a custom font embedded using @font-face
Linear and radial gradients. No images.
3 | 4 | 5 |The child element below is positioned in the 4th column of the grid:
3 |The background color of this paragraph is defined using an RGBA setting of rgba(255, 43, 0, .2)
The text in this box is set to automatic hyphenation. Some big words might help illustrate the hyphenation: Discombobulationary interdisciplinary reinstitutionalized ramifications.
-------------------------------------------------------------------------------- /src/includes/features/hyphenation/technical.html: -------------------------------------------------------------------------------- 1 | Hyphenation on W3C -------------------------------------------------------------------------------- /src/includes/features/hyphenation/title.html: -------------------------------------------------------------------------------- 1 | Hyphenation -------------------------------------------------------------------------------- /src/includes/features/image-orientation/description.html: -------------------------------------------------------------------------------- 1 | Allows you to correctly orient an image that was taken with a camera turned on its side, or an image that positioned improperly on a scanner. -------------------------------------------------------------------------------- /src/includes/features/image-orientation/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/image-orientation/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/image-orientation/technical.html: -------------------------------------------------------------------------------- 1 | Orienting an Image on the Page on W3C -------------------------------------------------------------------------------- /src/includes/features/image-orientation/title.html: -------------------------------------------------------------------------------- 1 | Image Orientation -------------------------------------------------------------------------------- /src/includes/features/image-orientation/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/includes/features/image-rendering/code.html: -------------------------------------------------------------------------------- 1 | .img-1 { 2 | image-rendering: crisp-edges; 3 | } 4 | 5 | .img-2 { 6 | image-rendering: pixelated; 7 | } 8 | 9 | .img-3 { 10 | image-rendering: smooth; 11 | } -------------------------------------------------------------------------------- /src/includes/features/image-rendering/description.html: -------------------------------------------------------------------------------- 1 | Provides a hint to the browser about what aspects of an image are most important to preserve when the image is scaled, to help the browser optimize its scaling algorithm. -------------------------------------------------------------------------------- /src/includes/features/image-rendering/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/image-rendering/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/image-rendering/technical.html: -------------------------------------------------------------------------------- 1 | Image Processing on W3C -------------------------------------------------------------------------------- /src/includes/features/image-rendering/title.html: -------------------------------------------------------------------------------- 1 | Image Rendering -------------------------------------------------------------------------------- /src/includes/features/keyframe-animations/description.html: -------------------------------------------------------------------------------- 1 | Allows for the creation of complex animations that incorporate timing, delay, timing functions, multiple keyframes, and more. -------------------------------------------------------------------------------- /src/includes/features/keyframe-animations/result.html: -------------------------------------------------------------------------------- 1 |No Flash, no JavaScript.
2 | -------------------------------------------------------------------------------- /src/includes/features/keyframe-animations/technical.html: -------------------------------------------------------------------------------- 1 | CSS3 Animations on W3C -------------------------------------------------------------------------------- /src/includes/features/keyframe-animations/title.html: -------------------------------------------------------------------------------- 1 | Keyframe Animations -------------------------------------------------------------------------------- /src/includes/features/masks/description.html: -------------------------------------------------------------------------------- 1 | Allows you to use a graphical element or image as a luminance or alpha mask to hide portions of elements. -------------------------------------------------------------------------------- /src/includes/features/masks/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/masks/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/masks/result.html: -------------------------------------------------------------------------------- 1 |The image below has been partially masked with a staggered transparent gradient.
2 | -------------------------------------------------------------------------------- /src/includes/features/masks/technical.html: -------------------------------------------------------------------------------- 1 | Positioned Masks on W3C -------------------------------------------------------------------------------- /src/includes/features/masks/title.html: -------------------------------------------------------------------------------- 1 | Masks -------------------------------------------------------------------------------- /src/includes/features/media-queries/code.html: -------------------------------------------------------------------------------- 1 | @media (max-width: 1200px) { 2 | .element { 3 | background: #bada55; 4 | } 5 | } 6 | 7 | @media (max-width: 480px) { 8 | .element { 9 | background: #d78965; 10 | } 11 | } -------------------------------------------------------------------------------- /src/includes/features/media-queries/description.html: -------------------------------------------------------------------------------- 1 | Lets you serve different styles to a browser depending on various media types (print, screen, etc) and media conditions (screen size, portrait, landscape, etc.). -------------------------------------------------------------------------------- /src/includes/features/media-queries/result.html: -------------------------------------------------------------------------------- 1 |Resize the browser window to cross the 1200px and 480px thresholds and the background color of this paragraph will change.
-------------------------------------------------------------------------------- /src/includes/features/media-queries/technical.html: -------------------------------------------------------------------------------- 1 | Media Queries Level 3 on W3C -------------------------------------------------------------------------------- /src/includes/features/media-queries/title.html: -------------------------------------------------------------------------------- 1 | Media Queries -------------------------------------------------------------------------------- /src/includes/features/multiple-backgrounds/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | background: url(images/example.png) center center no-repeat, 3 | url(images/example-2.png) top left repeat; 4 | } -------------------------------------------------------------------------------- /src/includes/features/multiple-backgrounds/description.html: -------------------------------------------------------------------------------- 1 | Allows multiple background images to be placed on a single element. -------------------------------------------------------------------------------- /src/includes/features/multiple-backgrounds/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/multiple-backgrounds/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/multiple-backgrounds/result.html: -------------------------------------------------------------------------------- 1 |This element has two background images.
-------------------------------------------------------------------------------- /src/includes/features/multiple-backgrounds/technical.html: -------------------------------------------------------------------------------- 1 | Multiple Backgrounds on W3C -------------------------------------------------------------------------------- /src/includes/features/multiple-backgrounds/title.html: -------------------------------------------------------------------------------- 1 | Multiple Backgrounds -------------------------------------------------------------------------------- /src/includes/features/multiple-backgrounds/tutorials.html: -------------------------------------------------------------------------------- 1 | Using the opacity
property, this white box is semi-transparent.
word-wrap
, which has support in every browser, including old versions of IE.
--------------------------------------------------------------------------------
/src/includes/features/overflow-wrap/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/overflow-wrap/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/overflow-wrap/technical.html:
--------------------------------------------------------------------------------
1 | overflow-wrap on W3C
--------------------------------------------------------------------------------
/src/includes/features/overflow-wrap/title.html:
--------------------------------------------------------------------------------
1 | Word Wrap / Overflow Wrap
--------------------------------------------------------------------------------
/src/includes/features/paged-media/code.html:
--------------------------------------------------------------------------------
1 | @media -o-paged {
2 | html {
3 | height: 100%;
4 | overflow: -o-paged-x;
5 | }
6 | }
--------------------------------------------------------------------------------
/src/includes/features/paged-media/description.html:
--------------------------------------------------------------------------------
1 | Allows content to be split into one or more "pages", giving you control over page breaks, page size, orientation, page margins, and orphans and widows.
--------------------------------------------------------------------------------
/src/includes/features/paged-media/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/paged-media/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/paged-media/result.html:
--------------------------------------------------------------------------------
1 | N/A
-------------------------------------------------------------------------------- /src/includes/features/paged-media/technical.html: -------------------------------------------------------------------------------- 1 | CSS Paged Media Module on W3C -------------------------------------------------------------------------------- /src/includes/features/paged-media/title.html: -------------------------------------------------------------------------------- 1 | Paged Media -------------------------------------------------------------------------------- /src/includes/features/placeholder-shown/code.html: -------------------------------------------------------------------------------- 1 | input:placeholder-shown { 2 | background: lightblue; 3 | } 4 | 5 | input:placeholder-shown ~ .msg { 6 | display: none; 7 | } -------------------------------------------------------------------------------- /src/includes/features/placeholder-shown/description.html: -------------------------------------------------------------------------------- 1 | A pseudo-element and pseudo-class to allow you to style a text input's placeholder text, or to style a text input based on whether or not the placeholder text is visible. -------------------------------------------------------------------------------- /src/includes/features/placeholder-shown/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/placeholder-shown/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/placeholder-shown/technical.html: -------------------------------------------------------------------------------- 1 | :placeholder-shown and ::placeholder on W3C. -------------------------------------------------------------------------------- /src/includes/features/placeholder-shown/title.html: -------------------------------------------------------------------------------- 1 | Placeholder/Placeholder Shown -------------------------------------------------------------------------------- /src/includes/features/placeholder-shown/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/placeholder-shown/tutorials.html -------------------------------------------------------------------------------- /src/includes/features/pointer-events/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | pointer-events: none; 3 | } 4 | 5 | /* For SVG only */ 6 | 7 | .element2 { 8 | pointer-events: visibleFill; 9 | } -------------------------------------------------------------------------------- /src/includes/features/pointer-events/description.html: -------------------------------------------------------------------------------- 1 | Allows control over the circumstances under which elements can be the target of mouse events. -------------------------------------------------------------------------------- /src/includes/features/pointer-events/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/pointer-events/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/pointer-events/result.html: -------------------------------------------------------------------------------- 1 |The link below doesn't work because its set to pointer-events: none
2 |
3 | Visit my website
<html>
element), rather than being relative to the inherited font size (like em units).
--------------------------------------------------------------------------------
/src/includes/features/rem-units/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/rem-units/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/rem-units/result.html:
--------------------------------------------------------------------------------
1 | This text is set to 1.5rem. This computes to 27px, which is one and a half times 18px (the root font size).
-------------------------------------------------------------------------------- /src/includes/features/rem-units/technical.html: -------------------------------------------------------------------------------- 1 | Rem Units on W3C -------------------------------------------------------------------------------- /src/includes/features/rem-units/title.html: -------------------------------------------------------------------------------- 1 | Rem Units -------------------------------------------------------------------------------- /src/includes/features/resize/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | overflow: hidden; /* anything but "visible" */ 3 | resize: both; /* none, horizontal, vertical */ 4 | } -------------------------------------------------------------------------------- /src/includes/features/resize/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/resize/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/resize/result.html: -------------------------------------------------------------------------------- 1 |This <p>
element can be resized by the user with a bottom-right handle.
For a demonstration of the different scroll snap points features, view this CodePen demo in a supporting browser.
-------------------------------------------------------------------------------- /src/includes/features/scroll-snap-points/technical.html: -------------------------------------------------------------------------------- 1 | CSS Scroll Snap Module on W3C -------------------------------------------------------------------------------- /src/includes/features/scroll-snap-points/title.html: -------------------------------------------------------------------------------- 1 | Scroll Snap Points -------------------------------------------------------------------------------- /src/includes/features/selection-color/code.html: -------------------------------------------------------------------------------- 1 | ::selection { 2 | background: purple; 3 | color: hotpink; 4 | } 5 | 6 | ::-moz-selection { 7 | background: purple; 8 | color: hotpink; 9 | } -------------------------------------------------------------------------------- /src/includes/features/selection-color/description.html: -------------------------------------------------------------------------------- 1 | Using a pseudo-element, allows you to change the text color or background color on selected text. -------------------------------------------------------------------------------- /src/includes/features/selection-color/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/selection-color/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/selection-color/result.html: -------------------------------------------------------------------------------- 1 |Select the text in this paragraph. The background color and text color will change to purple and hotpink for the selected area.
-------------------------------------------------------------------------------- /src/includes/features/selection-color/technical.html: -------------------------------------------------------------------------------- 1 | Selecting Highlighted Content on W3C -------------------------------------------------------------------------------- /src/includes/features/selection-color/title.html: -------------------------------------------------------------------------------- 1 | Selection Pseudo-Element -------------------------------------------------------------------------------- /src/includes/features/selection-color/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/selection-color/tutorials.html -------------------------------------------------------------------------------- /src/includes/features/space-round/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | background: url(bg.png) space 0 0; 3 | } 4 | 5 | .element2 { 6 | background-image: url(bg.png); 7 | background-repeat: round; 8 | } -------------------------------------------------------------------------------- /src/includes/features/space-round/description.html: -------------------------------------------------------------------------------- 1 | Alternate values for thebackground-repeat
property. Each repeats the background as often as it will fit without being clipped. "space" repeats to fit, while "round" scales it.
--------------------------------------------------------------------------------
/src/includes/features/space-round/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/space-round/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/space-round/result.html:
--------------------------------------------------------------------------------
1 | For a live demonstration of CSS3's space and round values, visit this link in a supporting browser.
-------------------------------------------------------------------------------- /src/includes/features/space-round/technical.html: -------------------------------------------------------------------------------- 1 | Tiling Images: the 'background-repeat' property on W3C -------------------------------------------------------------------------------- /src/includes/features/space-round/title.html: -------------------------------------------------------------------------------- 1 | Space and Round Values for Background Repeat -------------------------------------------------------------------------------- /src/includes/features/space-round/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/includes/features/tab-size/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | tab-size: 4; 3 | } -------------------------------------------------------------------------------- /src/includes/features/tab-size/description.html: -------------------------------------------------------------------------------- 1 | Allows you to change the number of characters making up a tab. Value can be an integer (representing number of spaces) or a length value. -------------------------------------------------------------------------------- /src/includes/features/tab-size/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/tab-size/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/tab-size/technical.html: -------------------------------------------------------------------------------- 1 | Tab Character Size on W3C -------------------------------------------------------------------------------- /src/includes/features/tab-size/title.html: -------------------------------------------------------------------------------- 1 | Tab Character Size -------------------------------------------------------------------------------- /src/includes/features/tab-size/tutorials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/tab-size/tutorials.html -------------------------------------------------------------------------------- /src/includes/features/text-decoration/code.html: -------------------------------------------------------------------------------- 1 | a { 2 | text-decoration-line: underline; 3 | text-decoration-color: orange; 4 | text-decoration-style: dashed; 5 | text-underline-position: under; 6 | } -------------------------------------------------------------------------------- /src/includes/features/text-decoration/description.html: -------------------------------------------------------------------------------- 1 | New text decoration features, including thetext-decoration
property as a shorthand, adding various new longhand properties to manipulate underlines, overlines, etc.
--------------------------------------------------------------------------------
/src/includes/features/text-decoration/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/text-decoration/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/text-decoration/result.html:
--------------------------------------------------------------------------------
1 | This link uses new text decoration features. Only supporting browsers will show the changes.
3 |Click and hold to see the remainder of this text that overflows its parent. The rest of this is just filler text.
-------------------------------------------------------------------------------- /src/includes/features/text-overflow/technical.html: -------------------------------------------------------------------------------- 1 | Text Overflow on W3C -------------------------------------------------------------------------------- /src/includes/features/text-overflow/title.html: -------------------------------------------------------------------------------- 1 | Text Overflow -------------------------------------------------------------------------------- /src/includes/features/text-overflow/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/includes/features/text-shadow/code.html: -------------------------------------------------------------------------------- 1 | .element { 2 | text-shadow: #555 4px 4px 4px; /* color, h-offset, v-offset, blur */ 3 | } -------------------------------------------------------------------------------- /src/includes/features/text-shadow/description.html: -------------------------------------------------------------------------------- 1 | Creates a drop-shadow effect on text. -------------------------------------------------------------------------------- /src/includes/features/text-shadow/polyfills.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/text-shadow/polyfills.html -------------------------------------------------------------------------------- /src/includes/features/text-shadow/result.html: -------------------------------------------------------------------------------- 1 |Text Shadow
-------------------------------------------------------------------------------- /src/includes/features/text-shadow/technical.html: -------------------------------------------------------------------------------- 1 | Text Shadows on W3C -------------------------------------------------------------------------------- /src/includes/features/text-shadow/title.html: -------------------------------------------------------------------------------- 1 | Text Shadow -------------------------------------------------------------------------------- /src/includes/features/text-shadow/tutorials.html: -------------------------------------------------------------------------------- 1 |This box is rotated using CSS3 transforms, but the origin of the rotation is changed from the default center to -20px -50px
.
Hover over this element and it will gradually change background color.
-------------------------------------------------------------------------------- /src/includes/features/transitions/technical.html: -------------------------------------------------------------------------------- 1 | Transitions on W3C -------------------------------------------------------------------------------- /src/includes/features/transitions/title.html: -------------------------------------------------------------------------------- 1 | Transitions -------------------------------------------------------------------------------- /src/includes/features/transitions/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/includes/features/unset/code.html: -------------------------------------------------------------------------------- 1 | .example { 2 | font-family: unset; 3 | } -------------------------------------------------------------------------------- /src/includes/features/unset/description.html: -------------------------------------------------------------------------------- 1 | A universal CSS value that's the same asinherit
if a property is inherited or initial
if a property is not inherited.
--------------------------------------------------------------------------------
/src/includes/features/unset/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/unset/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/unset/technical.html:
--------------------------------------------------------------------------------
1 | Erasing All Declarations: the unset keyword on W3C.
--------------------------------------------------------------------------------
/src/includes/features/unset/title.html:
--------------------------------------------------------------------------------
1 | Keyword value unset
--------------------------------------------------------------------------------
/src/includes/features/unset/tutorials.html:
--------------------------------------------------------------------------------
1 | The background color and text for this element are defined using CSS variables.
3 |For a live demonstration of viewport units in action, see this CodePen demo.
-------------------------------------------------------------------------------- /src/includes/features/viewport-units/technical.html: -------------------------------------------------------------------------------- 1 | Viewport-percentage lengths on W3C -------------------------------------------------------------------------------- /src/includes/features/viewport-units/title.html: -------------------------------------------------------------------------------- 1 | Viewport-relative Units -------------------------------------------------------------------------------- /src/includes/features/viewport-units/tutorials.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/includes/features/viewport/code.html: -------------------------------------------------------------------------------- 1 | @viewport { 2 | width: device-width; 3 | zoom: 1.0; 4 | user-zoom: zoom; 5 | } -------------------------------------------------------------------------------- /src/includes/features/viewport/description.html: -------------------------------------------------------------------------------- 1 | Allows you to specify the size, zoom factor, and orientation of the viewport using @viewport and descriptors, similar to what's done with the viewport<meta>
tag.
--------------------------------------------------------------------------------
/src/includes/features/viewport/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/viewport/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/viewport/result.html:
--------------------------------------------------------------------------------
1 | @viewport
--------------------------------------------------------------------------------
/src/includes/features/viewport/tutorials.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/viewport/tutorials.html
--------------------------------------------------------------------------------
/src/includes/features/will-change/code.html:
--------------------------------------------------------------------------------
1 | .parent:hover .child {
2 | will-change: transform;
3 | }
4 |
5 | .child {
6 | transition: transform 0.3s;
7 | }
8 |
9 | .child:hover {
10 | transform: scale(1.5);
11 | }
--------------------------------------------------------------------------------
/src/includes/features/will-change/description.html:
--------------------------------------------------------------------------------
1 | Lets you to inform the browser which elements and what properties will change, which allows the browser to optimize animations.
--------------------------------------------------------------------------------
/src/includes/features/will-change/polyfills.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/impressivewebs/CSS3-Click-Chart/5ae73f392b8ec0c6e0898f74a20c4d2737c38c4f/src/includes/features/will-change/polyfills.html
--------------------------------------------------------------------------------
/src/includes/features/will-change/technical.html:
--------------------------------------------------------------------------------
1 | CSS Will Change Module Level 1 on W3C
--------------------------------------------------------------------------------
/src/includes/features/will-change/title.html:
--------------------------------------------------------------------------------
1 | Will Change
--------------------------------------------------------------------------------