diff --git a/src/front/index.html b/src/front/index.html index c0f5818..3754866 100644 --- a/src/front/index.html +++ b/src/front/index.html @@ -85,7 +85,12 @@
- + @@ -205,9 +210,6 @@
+
+
Moi
+
Petit desc oklm
+
+
-
- Description -
diff --git a/src/front/pixels.css b/src/front/pixels.css index 21559d1..0d858f9 100644 --- a/src/front/pixels.css +++ b/src/front/pixels.css @@ -6,11 +6,17 @@ height: 1000px; } +table { + --side: 80px; + table-layout: fixed; + width: calc(10 * var(--side)); + height: calc(10 * var(--side)); +} .pixel { background: #fff; - width: 80px; - height: 80px; + width: var(--side); + height: var(--side); } .pixel:hover { @@ -24,4 +30,11 @@ table { .pixel-description { position: absolute; +} + +.info-pixel { + position: relative; + width: 200px; + height: 200px; + left: var(--side); } \ No newline at end of file