CSS Grid overlay

Scenario 1: Creating an overlay with CSS Grid

In this sample, we demonstrate how you can create an overlay using the CSS Grid. Using CSS Grid enables you to create overlapping layout without complicated pixel calculation.

Scenario 2: Adapting to different sizes

In this sample, we demonstrate how you can dynamically grow the size of your image and the overlay using the CSS Grid. Since you do not need to do pixel calculation, you can easily grow and shrink the image.

Scenario 3: Adapting to different positions

In this sample, we demonstrate how you can dynamically place the overlay using the CSS Grid. Since you do not need to do pixel calculation, you can easily shift the location of the overlay.

See also

Reference

CSS Grid Alignment

Conceptual

Internet Explorer 10 Developer Guide: CSS Grid alignment

Internet Explorer Test Drive

Hands On: CSS3 Grid Layout
The Grid System
Gridddle

Internet Explorer Testing Center

CSS Grid Layout