3. Grid Area Placement and Configuration
-
11m 37s
May 01, 2017
In this tutorial we introduce you to the cutting edge CSS layout system called Grid Layout.
Grid Layout is gradually being implemented as standard in all the major browsers, and now is the time to learn how to use this powerful feature.
We learn how simple it is to create a DNN theme using CSS Grid layout. You’ll be surprised at how little CSS code we need to write, in comparison to previous layout techniques such as float. The CSS Grid technique is easier to understand, and more versatile than bulky CSS frameworks such as Bootstrap or Foundation.
This video contains:
- How to set section column start and end lines
- How to set section row start and end lines
- Pushing the footer to the bottom of the page
- Other CSS Grid features and resources
- Notes on responsiveness with CSS Grid
- Tags:
-
skin
dnn8
- Author:
-
Andy Stephenson
Back