WET Assignment 3

CSS Almanac Selectors/Properties

:has()

The :has() CSS selector allows the developer to select the parent of a given element. Essentially, it selects the element that has the given child elements. These elements can be defined as elements or ID/class tags.

Can I Use?
background-clip

Hello World!

The background-clip CSS property allows you to control how far a background image goes past an elements padding, content, or text.

Can I Use?
word-break

The word-break CSS property ensures that long form content will wrap instead of breaking the layout. For example: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz

Can I Use?
:empty

The :empty CSS selector selects only elements with no content inside of them.

Can I Use?
will-change

The will-change CSS property allows you to specify to the browser that the element will be animated. It allows the browser to optimize its performance so animations do not appear jittery. Be careful not to overuse this as it has the potential to actually decrease performance.

HOVER ME
Can I Use?
::marker

The ::marker CSS allows you to style the numbers and bullets in lists.

  • bullet 1
  • bullet 2
  1. bullet 1
  2. bullet 2
Can I Use?