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>
|
||||
|
|
|
@ -6,6 +6,6 @@ nøkkeltek:
|
|||
* incus
|
||||
* libvirt
|
||||
|
||||
agent - clustering - go
|
||||
frontend/web og cli -
|
||||
agent - clustering - go/rust eller guile
|
||||
frontend/web og cli - go
|
||||
middleware - bash nix guile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue