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