From 66f7ad1b53d1f04397f4ccaa3aff6cc329c83ba9 Mon Sep 17 00:00:00 2001 From: frperalde Date: Mon, 30 Nov 2020 07:40:22 +0100 Subject: [PATCH] formes --- SwichGIT/Doc/Etudes formes/index.html | 3 +-- SwichGIT/Doc/Etudes formes/style.css | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/SwichGIT/Doc/Etudes formes/index.html b/SwichGIT/Doc/Etudes formes/index.html index b64afe2..65c61be 100644 --- a/SwichGIT/Doc/Etudes formes/index.html +++ b/SwichGIT/Doc/Etudes formes/index.html @@ -98,7 +98,6 @@ -
@@ -335,7 +334,7 @@
-
0
+ diff --git a/SwichGIT/Doc/Etudes formes/style.css b/SwichGIT/Doc/Etudes formes/style.css index 21fa26b..f573752 100644 --- a/SwichGIT/Doc/Etudes formes/style.css +++ b/SwichGIT/Doc/Etudes formes/style.css @@ -177,11 +177,11 @@ .trianglerinterieur { position: absolute; - bottom: calc(((var(--x) - var(--y))/2) + ((var(--y) - var(--z))/3)); - left : calc((var(--x) - var(--z))/2); - border-left: calc(var(--z) /2) solid transparent; - border-right: calc(var(--z) /2) solid transparent; - border-bottom: var(--z) solid var(--couleurfond); + bottom: calc(((var(--x) - var(--y))/1.5) + ((var(--y) - var(--z))/3)); + left : calc(((var(--x) - var(--z))/2) + (var(--z)) / 10); + border-left: calc(var(--z) /2.5) solid transparent; + border-right: calc(var(--z) /2.5) solid transparent; + border-bottom: calc(var(--z) / 1.25) solid var(--couleurfond); } .trianglerinterieur2 { @@ -195,7 +195,7 @@ .ptriangle { position: absolute; - top : calc((var(--x) - var(--z))/2); + bottom: calc(((var(--x) - var(--y))/1.5) + ((var(--y) - var(--z))/3)); left : calc((var(--x) - var(--z))/2); border-left: calc(var(--z) /2) solid transparent; border-right: calc(var(--z) /2) solid transparent;