Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 8: Enhancing Web Design with Cascading Style Sheets (CSS)!

Instruction

Properties for Positioning

Top, Bottom, Left, Right: These specify the distance an element should be positioned from the respective sides of its containing element (when using absolute, fixed, or relative positioning). Z-index: Description: Determines the stack order of positioned elements (those with position set to absolute, relative, or fixed). Elements with a higher z-index appear on top of those with a lower ...