Try Magic Notes and save time.
Try it free
Try Magic Notes and save time
Crush your year with the magic of personalized studying.
Try it free
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
css
Flashcards
Learn
Test
Match
Q-Chat
Get a hint
sticky position
Click the card to flip 👆
a hybrid of relative and fixed positioning. It is treated as relative until it crosses a specific threshold, at which point it is treated as fixed
Click the card to flip 👆
1 / 20
1 / 20
Flashcards
Learn
Test
Match
Q-Chat
Created by
lahdesign
Teacher
Share
Share
Terms in this set (20)
sticky position
a hybrid of relative and fixed positioning. It is treated as relative until it crosses a specific threshold, at which point it is treated as fixed
media queries
@ media breakpoints where certain css styling changes based on the width of the screen
:nth-child(n)
matches every element that is the nth child, regardless of type. examples include odd, even, every third, ect
clear property
important in controlling the behavior of floats
box-sizing:border-box;
When you set this on an element, the padding & border or that element no longer increase its width. Many coders put this on all of their pages