Skip to content

Instantly share code, notes, and snippets.

View survtur's full-sized avatar

Alex Ch survtur

  • Russian Federation
View GitHub Profile
@oslego
oslego / Guide to CSS Regions.md
Last active January 16, 2018 08:44
Short guide to using CSS Regions

Guide to CSS Regions

Introduction

CSS Regions are a mechanism used in web pages to separate content from its layout. Regions can be used to visually flow content from one element to another regardless of the content's original location in the DOM tree.

Concepts