GoogleTag

Google Search

[8] CSS MCQ Quiz

Correct Answers: 0
Incorrect Answers: 0

148. What will 'grid-template-columns: repeat(3, 1fr);' do in a grid container?

149. What is the effect of 'text-transform: capitalize;'?

150. Which CSS property defines the order of flex items within a container?

151. How would you prevent a flex item from shrinking?

152. How do you create a grid layout with 4 equally sized columns using CSS Grid?

153. Which CSS function is used to change the hue, saturation, or lightness of a color?

154. Which CSS property is used to adjust the space between the border and content of an element?

155. Which value of 'justify-content' distributes flex items with space between them, but with no space at the edges?

156. How do you apply a CSS transition to change an element's color smoothly over 2 seconds?

157. Which of the following is NOT a valid way to apply multiple classes to an element in CSS?

158. Which CSS property allows you to set the gap between grid items in a CSS Grid layout?

159. What does the 'isolation' property control in CSS?

160. Which of the following is a valid CSS custom media query definition?

161. Which CSS property controls how line breaks are handled within an element?

162. How would you create an animation that starts immediately and loops infinitely?

163. Which of the following will set a grid item to occupy 3 columns from the 2nd column?

164. Which CSS property can be used to create a multi-column layout?

165. Which of the following is not a valid value for the 'overflow' property?

166. Which CSS property determines how an element behaves when it is too large to fit in its container?

167. Which CSS function is used to create a repeating linear gradient?

168. How would you disable pointer events on an element?

Featured Posts

How to generate Database Migration script dynamically by using XML

 Generating migration scripts dynamically using XML offers several advantages, particularly in software development and database management....

Popular Posts