Lesson 8 Cheatsheet

tune Property list Values
filterblur(), brightness(), contrast(), drop-shadow(), grayscale(), hue-rotate(), invert(), opacity(), saturate(), sepia()
mix-blend-modenormal, multiply, screen, overlay, darken, lighten, color-dodge, color-burn, difference, exclusion, hue, saturation, color, luminosity
background-blend-modesame values as mix-blend-mode
clip-pathcircle(), ellipse(), inset(), polygon(), path(), url()
maskurl(), none
mask-imageurl(), linear-gradient(), radial-gradient(), none
mask-modealpha, luminance, match-source
mask-repeatrepeat, no-repeat, space, round
mask-positiontop, bottom, left, right, center, x/y values
mask-sizeauto, contain, cover, length values
mask-originborder-box, padding-box, content-box
mask-clipborder-box, padding-box, content-box
mask-compositeadd, subtract, intersect, exclude
mask-typealpha, luminance
backdrop-filtersame values as filter()
object-fitfill, contain, cover, none, scale-down
object-positiontop, bottom, left, right, center, x/y values
shape-outsidecircle(), ellipse(), inset(), polygon(), url()
collections Category code Elements label Attributes
Figures <figure>, <img>, <figcaption> src, alt, title, width, height
Pictures <picture>, <source>, <img> srcset, media, type, src, alt
Audio <audio>, <source> src, type, controls, autoplay, loop
Video <video>, <source>, <track> src, type, controls, autoplay, loop, poster, width, height
Canvas <canvas> width, height
Other Digital Media <embed>, <iframe>, <object> src, type, width, height, allow, title