Position is Everything … Using “Float” and “Position” In CSS
Home
Position
Normal Flow
Float
position: static;
position: relative;
position: fixed;
position: absolute;
Centering Elements
The 50% Solution
Absolute, Auto and 0
display: block;
Objective --To Learn how to position elements on a web page
Normal Flow
Float
Position
position: static;
position: relative;
position: absolute;
position: fixed;
position: inherit;
Centering a Web Page
Centering Images