diff --git a/cours/index.html b/cours/index.html index 8b89c78..b019ff6 100644 --- a/cours/index.html +++ b/cours/index.html @@ -15,7 +15,7 @@ Accueil Syllabus Cours - Riichi + Riichi Crocoloop diff --git a/croco.html b/croco.html index 268ed5c..68bf9d2 100644 --- a/croco.html +++ b/croco.html @@ -20,13 +20,16 @@ html{height:100%;margin:0;font-family:Inter,system-ui,Arial} .croco-root{ display:flex;align-items:center;justify-content:center;background:var(--bg-day);transition:background 1s linear; - min-height:100vh;overflow:hidden;color:#042a16; + min-height:100vh;overflow:hidden;color:#042a16;padding:24px 0; } .frame{ - width:min(1000px,95vw);height:min(700px,88vh);position:relative;border-radius:16px;overflow:hidden; - box-shadow:0 20px 60px rgba(2,10,8,0.5);background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.06)); - border:4px solid rgba(0,0,0,0.08); + width:100%; + max-width:1100px; + height:min(700px,88vh); + position:relative;border-radius:12px;overflow:hidden; + box-shadow:0 20px 60px rgba(2,10,8,0.4);background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.06)); + border:0; } canvas{display:block;width:100%;height:100%;background:transparent} @@ -54,7 +57,7 @@ Accueil Syllabus Cours - Riichi + Riichi Crocoloop diff --git a/index.html b/index.html index fde7d34..89b5162 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ Accueil Syllabus Cours - Riichi + Riichi Crocoloop diff --git a/riichi.html b/riichi.html new file mode 100644 index 0000000..0fedfb2 --- /dev/null +++ b/riichi.html @@ -0,0 +1,74 @@ + + + + + + + + Riichi — Decosse Adrien + + + + + + +
+
+ +
+
+ + + + diff --git a/syllabus.html b/syllabus.html index 46eaee5..5df28ad 100644 --- a/syllabus.html +++ b/syllabus.html @@ -15,7 +15,7 @@ Accueil Syllabus Cours - Riichi + Riichi Crocoloop