Skip to content

GA-FrontEnd-Projects/intro-to-css-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Intro to CSS Grid

Creating the desired layout in CSS/HTML has always been difficult. HTML and CSS were originally designed to help make documents (think academic papers) look better. Ever since then, creative designers have constantly pushed the boundaries of the technology.

As more and more design came to depend on grid layouts over the years, developers created their own solutions to fill a major hole in the functionality of CSS: the grid. Homegrown grid solutions evolved and improved, and eventually became a tool that found its way into nearly every project. When third-party solutions become ubiquitous, the W3C takes notice and begins to formulate a way to move that functionality into native CSS. Luckily, they did that with the CSS Grid module, and that's what we'll be exploring today.

Open the index.html file in your browser to begin exploring the power of the CSS Grid.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published