grid
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.bigbox{
|
||||
display: grid;
|
||||
grid-template-columns: 25% 25% auto;
|
||||
grid-template-rows: auto auto auto;
|
||||
grid-gap: 1em;
|
||||
padding: 1em;
|
||||
border: 2px solid yellowgreen;
|
||||
}
|
||||
.box{
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
background-color: yellowgreen;
|
||||
}
|
||||
Reference in New Issue
Block a user