CSS Positioning

Pluralsight
Course Summary
Understanding CSS positioning can be tricky, especially for beginners to CSS. Software required: Brackets, Google Chrome.
-
+
Course Description
Understanding CSS positioning can be tricky, especially for beginners to CSS. It is also essential to understand if you want to be able to build complex layouts. In this CSS tutorial we'll learn about different methods for using CSS to position HTML elements including fixed, absolute, relative positioning, and also how to float and clear elements. We'll also take a look at the ways each type of positioning affects the element it is applied to, and how it affects the behavior of elements around it. We'll finish up this CSS training by answering one of the most common CSS questions about positioning: How to center elements. Software required: Brackets, Google Chrome.
-
+
Course Syllabus
Introduction and Project Overview- 0m 50s
—Introduction and Course Overview 0m 50sCSS Positioning- 49m 49s
—Fixed Positioning 7m 32s
—Absolute Positioning 9m 2s
—Relative Positioning 7m 39s
—Static, Inherit, and Z-index 7m 18s
—Floating Elements 4m 0s
—Floating Multiple Elements and Using the Clear Property 6m 35s
—Methods for Centering Elements 7m 40s