The CSS Grid

 All cards are below 

the logic of flexbox, parents of inside our parents' grids

ul container 

display grid 

grid-template-columns: 1fr 1fr

gap: 100px 200px;

new selector 

li:first-of-type{

background 

li:nth-of-type{



In Cascading Style Sheets, CSS grid layout or CSS grid creates complex responsive web design grid layouts more easily and consistently across browsers. Historically, there have been other methods for controlling web page layout methods, such as tables, floats, and more recently, CSS Flexible Box Layout.






Comments

Popular posts from this blog

ADVANCE FUNCTIONS JS

What is Js In a high level

C++