diff --git a/art/index.html b/art/index.html
new file mode 100644
index 0000000..237342f
--- /dev/null
+++ b/art/index.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+ ebabx | école supérieure des beaux-arts de Bordeaux
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Art
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/css/05.blocks.css b/assets/css/05.blocks.css
index 0a6789d..32509df 100644
--- a/assets/css/05.blocks.css
+++ b/assets/css/05.blocks.css
@@ -38,8 +38,10 @@
.tags {
--gap: 0;
+ z-index: calc(var(--header-index) - 10);
}
.tag {
+
display: inline-flex;
gap: var(--tag-gap, var(--space-gutter));
padding: var(--tag-padding, .25em .75em);
@@ -72,6 +74,13 @@ input:checked + label.tag {
--tag-radius: 100%;
}
+.tag:hover{
+ color: white;
+ background: black;
+ border-color: black;
+ cursor: pointer;
+}
+
/* Card */
diff --git a/design/index.html b/design/index.html
new file mode 100644
index 0000000..b06eb54
--- /dev/null
+++ b/design/index.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+ ebabx | école supérieure des beaux-arts de Bordeaux
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Design
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 89f1fe9..c8bf248 100644
--- a/index.html
+++ b/index.html
@@ -265,8 +265,8 @@