JS-152-AdvancedCSS
  • Introduction
  • CSS: OVERVIEW
    • 0.01: Selectors and Combinators
    • 0.02: Measurements
    • 0.03: Design
    • 0.04: User Experience
    • 0.05: User Interface
  • Part 1: Flexbox and Grids
    • 1.0: Intro
    • 1.1: Parents with Many Children
    • 1.2: Grids
    • 1.3: Layouts
    • 1.4: Mastering the Concepts
    • 1.5: Resources
    • 1.6: Glossary
  • Part 2: Borders and Shapes
    • 2.0: Borders
    • 2.1: Borders
    • 2.2: Borders
  • Part 3: Colors
    • 3.0: Colors
    • 3.1: Gradients
  • Part 4: Shadow and Transforms
    • 4.0: Shadows
  • Part 5: Positioning
    • 5.0: Intro
    • 5.1: Static
    • 5.2: Relative
    • 5.3: Fixed
    • 5.4: Sticky
    • 5.5: Absolute
    • 5.6: Z-index
    • 5.7: Glossary
  • Part 6: Media Queries
  • Part 7: Transitions
    • 7.0: Transitions
  • Part 8: Animations
    • 8.0: Animations
  • Part 9: Shadows and Transforms
    • 9.0: Module 9.0
  • Eleven Fifty Style Guide
Powered by GitBook
On this page
  1. Part 5: Positioning

5.7: Glossary

syntax property: value;

Properties:

  • position

  • top

  • left

  • bottom

  • right

  • z-index

Values:

  • static(default)

  • absolute

  • relative

  • fixed

  • inherit

  • sticky

Previous5.6: Z-indexNextPart 6: Media Queries

Last updated 7 years ago