CSS: Display

Go to class
Write Review

Free Online Course: CSS: Display provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. CSS: Display is taught by Jen Kramer.

Overview
  • The display property is at the foundation of all CSS layouts. Learn basics and newer values related to this key property.

Syllabus
  • Introduction

    • Understanding the mighty display property
    1. Basic Display Values
    • Inline elements
    • Block elements
    • Understanding proper nesting of block and inline elements
    • Display: none vs. visibility: hidden
    2. Newer Display Values
    • Understanding layouts with inline flex and grid
    • Flow-root and floats
    • Inline-block
    • Table, inline-table, and its internal structures
    • List-item
    Conclusion
    • Next steps