Back to All Flashcards
Card 1 of 12 0%
0Hard
0Learning
0Know It
Question
Loading…
Click to reveal answer
Answer
All 12 Cards
#1
Q: display: flex
A: Creates a flexible one-dimensional layout
#2
Q: justify-content
A: Aligns flex items on the main axis
#3
Q: align-items
A: Aligns flex items on the cross axis
#4
Q: position: absolute
A: Positions relative to the nearest positioned ancestor
#5
Q: z-index
A: Controls stacking order
#6
Q: box-sizing: border-box
A: Includes padding and border in element width
#7
Q: grid-template-columns
A: Defines columns in a CSS grid
#8
Q: overflow: hidden
A: Clips content that exceeds the box
#9
Q: opacity
A: Sets element transparency from 0 to 1
#10
Q: transition
A: Animates changes between property values
#11
Q: media query
A: Applies styles based on screen size
#12
Q: rem unit
A: Relative to the root font size
Explore All 125 Free Decks