CSS

12345678910111213141516
Across
  1. 2. allows to control the intermediate steps in a CSS animation sequence.
  2. 3. is like Eric Meyer's CSS Reset but preserves useful defaults
  3. 5. tr:nth-child(2n+1) this rule will match _____ table rows.
  4. 6. space between the border and content in the CSS box model.
  5. 9. technique of replacing a text element with an image.
  6. 12. Equal to the computed value of the "font-size" property of the element on which it is used.
  7. 13. layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices.
  8. 14. this browser mode can horribly broke your styles
  9. 15. this declaration can be used to trigger GPU acceleration in modern desktop and mobile browsers.
  10. 16. let you set the values of several other CSS properties simultaneously
Down
  1. 1. generated by any positioned element whose z-index value is anything other than auto.
  2. 4. this CSS property defines what portion of an element is visible.
  3. 7. use this property with a value of 2 in your media queries to target retina display devices.
  4. 8. means by which a browser decides which property values are the most relevant
  5. 10. setting display, padding, margin, font, position, top, left, etc on element.style can cause a _____.
  6. 11. He writes one of the most popular CSS blogs on the web, CSS-Tricks