Choose a topic to test your knowledge and improve your CSS skills
Which of the following measurement defines a measurement relative to the height of a font in em spaces?
Which of the following measurement defines a measurement in points?
Which of the following measurement defines a measurement in inches?
Which of the following measurement defines a measurement in pixels?
Which of the following measurement defines a measurement relative to a font’s x-height?
Which of the following measurement is relative to 1percentage of viewport’s larger dimension?
Which of the following measurement is relative to 1percentage of the width of the viewport?
Which of the following measurement is relative to 1% of the height of the viewport?
Which of the following measurement is relative to font-size of the root element?
Which of the following property sets in a shorthand form any or all background properties?
Which of the following property sets the coordinates of the clipping shape that exposes or hides the content of absolutely positioned elements?
Which of the following property generates content in a document and is used with the :before and :after pseudo-elements?
Which of the following property determines how the cursor displays when passed over the affected element?
Which of the following property is used to control the text direction, much like the dir attribute for (X)HTML tags?
Which of the following property specifies an element’s display type and can override an element’s defined presentation?
What does SVG stands for?
Which of the following element is used to begin an SVG image?
Which of the following element is used to create a circle?
Which of the following element is used to create an SVG ellipse?
Which of the following is not an attribute used with SVG ellipse?
Which of the following element is used to create a SVG line?
Which of the following is attribute of SVG line?
Which of the following element is used to create any shape that consists of only straight lines?
Which of the following defines the color of a line, text or outline of an element?
Which of the following selector is used to select and style when you place mouse over it?
Which of the following method increases or decreases the size of an element using tranform?
Which of the following method moves an element from its current position using tranform?
Which of the following property specifies the speed curve of the transition effect?
Which of the following method skews an element along the X-axis by the given angle using tranform?
Which of the following method skews an element along the X and Y-axis by the given angles using tranform?
Which of the following transition-timing-function property specifies a transition effect with a slow start?
Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly
Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
Which of the following method combines all the 2D transform methods into one using transform?
Which of the following css property should be used to make a responsive image?
Which of the following css propery define the properties that will be animated in an animation rule?
Which of the following CSS3 property is used to tell the browser what the sizing properties should be include?
Which of the following CSS3 property specifies where to navigate when using the arrow-down navigation key?
Which of the following CSS3 property specifies the sequential navigation order for an element?
Which of the following nav-left value sets it’s value to default value?
Which of the following CSS3 property adds space between an outline and the edge or border of an element?
Which of the following outline-offset value sets the distance the outline is outset from the border edge?
Which of the following CSS3 property specifies whether or not an element is resizable by the user?
Which of the following CSS3 property specifies where to navigate when using the arrow-up navigation key?
Which of the following CSS3 property specifies where to navigate when using the arrow-right navigation key?
Which of the following nav-right value is used to the inherits this property from its parent element?
Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?
Which of the following css property is used to define a delay before an animation starts?
Which of the following css property is used to define the time it takes one iteration of an animation to play?
Which of the following css property is used to define which properties a transition will be applied to?
Which of the following css property is used to describe how the animation will play?
Which of the following css property is used to indicate if an animation plays in reverse or repeats itself every other iteration?
Which of the following css property is used to define the time it takes one iteration of an animation to play?
Which of the following css property is used to define the number of times an animation should play?
Which of the following css property is used to define the animations that should be run?