More CSS

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Across
  1. 6. A CSS property that defines the gap between each grid row and column.
  2. 10. A CSS rule that contains a keyframe list.
  3. 12. A CSS property that sets the initial length of a flex item.
  4. 14. A CSS function that creates an ellipse-shaped gradient that beigns with color1 in the center and ends with color2 on the perimeter.
  5. 15. An HTML element that has the CSS property display set to grid to create a block-level grid container or inline-gird to create an inline grid container.
  6. 18. A CSS property used to control a widget's appearance based on the operating system's theme.
  7. 20. A CSS position property value that positions an HTML element relative to the viewport in a fixed location.
  8. 21. A CSS property controls the speed of a transition.
  9. 25. An element that has the CSS property display set to 'flex' to create a block-level flex container or inline-flex to create an inline flex container.
  10. 30. A web browser designed for mobile devices that can display web pages using HTML, CSS, and JavaScript.
  11. 32. A set of extensions to CSS that allow properties to use variables, arithmetic, and functions.
  12. 36. A CSS property that defines the height of each row.
  13. 39. A combination of media type and optionally one or more media feature expressions that evaluate to true or false.
  14. 42. A popular CSS preprocessor that uses CSS-like syntax to build complex CSS stylesheets.
  15. 43. A CSS layout mode that provides an efficient way to lay out elements in a container so the elements behave predictably when the container is resized for viewed on different screen sizes.
  16. 44. A CSS property that gives developers more control over where HTML elements should appear in the browser.
  17. 45. A CSS property that defines the direction of flex items within the container.
  18. 47. A CSS property that renders an HTML element's border using sections of an image.
  19. 48. When web developers design the desktop website first and modify the design to fit smaller screens.
Down
  1. 1. A website that is designed for mobile devices with smaller screen sizes and touch interfaces.
  2. 2. Transforms an HTML element's styles over a set time period, producing an animation.
  3. 3. A prefix added to an experimental or nonstandard CSS property that only works on a specific browser type.
  4. 4. A CSS property used to round the corners of an HTML element.
  5. 5. A CSS position property value that positions the element relative to the element's default position.
  6. 7. A shorthand CSS property that specifies flex-grow, flex-shrink, and flex-basis values together.
  7. 8. A CSS property that applies a 2D or 3D transformation to an element.
  8. 9. A website that adapts to the width of the browser at specific widths.
  9. 11. An HTML elements default positioning.
  10. 13. A CSS property used to specify a relative distance that orders the appearance of elements.
  11. 16. A "mobile first" design methodology that begins with designing the website for the smallest device and then adapts the design for larger screens.
  12. 17. A CSS property that adds a shadow to the box around an HTML element.
  13. 19. A CSS property that horizontally aligns the grid items inside the grid container using different values.
  14. 22. A CSS property that adds a shadow to text. It accepts four values: offset-x, offset-y, blur-radius, and color.
  15. 23. The visible area of a web page.
  16. 24. A CSS position property value that positions an HTML element relative to the nearest positioned ancestor.
  17. 26. A layout that allows page contents to fill the browser, sometimes by using percentages for widths.
  18. 27. A CSS property that defines the grid container's number of columns and optionally the width of each column.
  19. 28. A CSS function that creates a linear gradient that transitions from color1 to color2 when moving from the top edge to the bottom edge.
  20. 29. One of the most popular free, open-source frameworks (used by Quizzets :). It uses HTML, CSS, and JavaScript to help a developer create responsive websites.
  21. 31. A CSS layout mode that divides a web page into a rectangular grid in which to position page elements.
  22. 33. The web server sends back the same HTML to both desktop and mobile browsers, but the browsers alter the appearance of the web page to match the device size.
  23. 34. The screen width that activates a media query.
  24. 35. A CSS property that sets a proportion that determines the item's minimum size.
  25. 37. A web server that sends back a desktop version to desktop browsers and a mobile version to mobile browsers.
  26. 38. A CSS property that sets a proportion that determines how much of the available container space should be assigned to the item.
  27. 40. The use of a fixed-width container to envelop web page contents.
  28. 41. A named list that contains the keyframes or the properties and values that will be animated.
  29. 46. Animates an HTML element's transition from one state to another when an element's CSS property changes value.