grid og flex css
This commit is contained in:
parent
c7a62b1f8b
commit
79b0cd3da4
6 changed files with 14 additions and 9 deletions
|
@ -13,16 +13,20 @@
|
|||
"sidebar main"
|
||||
"sidebar footer footer";
|
||||
}
|
||||
|
||||
.item-a {
|
||||
grid-area: sidebar;
|
||||
}
|
||||
|
||||
.item-b {
|
||||
grid-area: topbar;
|
||||
}
|
||||
.item-c{
|
||||
|
||||
.item-c {
|
||||
grid-area: main;
|
||||
}
|
||||
.item-d{
|
||||
|
||||
.item-d {
|
||||
grid-area: footer;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue