diff --git a/CSS/flex/index.html b/CSS/flex/index.html index ee22900..7f96077 100644 --- a/CSS/flex/index.html +++ b/CSS/flex/index.html @@ -9,13 +9,14 @@ div.main { background-color: transparent; border-bottom: none; - display: flex; - flex-direction: row; - flex-wrap: wrap; + display: grid; + grid-template-columns: 1fr 2fr 1fr; + grid-template-rows: 1fr 1fr 1fr; align-items: center; } div { + flex-grow: 1; background-color: lightblue; border-bottom: 1px solid black; } @@ -30,7 +31,7 @@

Verden!

-
Aaaaa aaaa +
Aaaaa aaaa
aaaa aaaa
Bbbbb bbbb bbbb bbbb
@@ -39,7 +40,7 @@

Sint exercitation est duis proident velit duis cupidatat ex aliqua eu. Mollit tempor velit est occaecat laboris mollit dolore laborum id. - Sunt dolore mollit ex laboris veniam eu incididunt culpa.

+ Sunt dolore mollit
ex laboris veniam eu incididunt culpa.

diff --git a/htmx/index.html b/htmx/index.html new file mode 100644 index 0000000..e69de29 diff --git a/oppgave/index.html b/oppgave/buttonClick.html similarity index 100% rename from oppgave/index.html rename to oppgave/buttonClick.html diff --git a/prosjekt/index.html b/prosjekt/index.html index 544798d..af4132d 100644 --- a/prosjekt/index.html +++ b/prosjekt/index.html @@ -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; } diff --git a/prosjekt/plan.txt b/prosjekt/plan.txt index c582738..f2ea8e9 100644 --- a/prosjekt/plan.txt +++ b/prosjekt/plan.txt @@ -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 diff --git a/team/variabler/index.html b/team/variabler/healthMana.html similarity index 100% rename from team/variabler/index.html rename to team/variabler/healthMana.html