CSS Terminology

123456789101112131415161718192021
Across
  1. 1. The most basic selector that targets all elements of a specific HTML type.
  2. 5. The inner spacing between an element's content and its border.
  3. 8. A selector that targets elements with a specific attribute preceded by a dot.
  4. 9. This property controls how an element is placed relative to other elements.
  5. 11. This property determines how wide an element appears on the page.
  6. 14. A display value that creates a flexible container for responsive layouts.
  7. 15. This property controls how transparent or solid an element appears.
  8. 18. A value that makes a property take the same value as its parent element.
  9. 20. This property changes the text hue of an element.
  10. 21. The space outside an element's border that separates it from other elements.
Down
  1. 2. A display system that arranges elements in rows and columns.
  2. 3. A display type that takes up the full width and starts on a new line.
  3. 4. A visual effect property that creates a drop effect behind elements.
  4. 6. This property determines how an element is rendered (block, inline, flex, etc.).
  5. 7. The visible line that surrounds an element's padding and content.
  6. 10. This property controls the vertical size of an element.
  7. 12. A pseudo-class selector that activates when a mouse cursor is over an element.
  8. 13. Combined with "border," this property creates rounded corners.
  9. 14. This property family controls the typeface appearance of text.
  10. 16. A display type that flows with text and doesn't create line breaks.
  11. 17. This property makes an element "drift" to the left or right of its container.
  12. 19. A unique selector preceded by a hash symbol that targets one specific element.