From 953e1f7aa890f92967bff72e9bc7641045b3068e Mon Sep 17 00:00:00 2001 From: RealET <real3t@gmail.com> Date: Thu, 11 Feb 2021 12:17:22 +0100 Subject: [PATCH] =?UTF-8?q?Vraiment=20cacher=20les=20=C3=A9l=C3=A9ments=20?= =?UTF-8?q?offscree=20(j'ai=20eu=20un=20cas=20ou=20le=20border=20=C3=A9tai?= =?UTF-8?q?t=20visible).=20D'apr=C3=A8s=20https://webaim.org/techniques/cs?= =?UTF-8?q?s/invisiblecontent/#techniques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylessoyezcreateurs.css.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 9216a0ed..0fb84b7d 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -19,6 +19,14 @@ -moz-box-sizing: border-box; box-sizing: border-box; } +.offscreen { + position: absolute; + left: -10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} body { background: transparent; } /* layout */ -- GitLab