From 77ac18f7cbd4db159f276f7ab26393634d6fb022 Mon Sep 17 00:00:00 2001 From: Camilo G Date: Fri, 24 Jun 2022 01:23:50 +0200 Subject: [PATCH] cambios --- brief/style.css | 2 +- index.html | 18 ++++++++++-------- style.css | 10 ++++++++++ 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/brief/style.css b/brief/style.css index 3106c31..73bcfe9 100755 --- a/brief/style.css +++ b/brief/style.css @@ -91,7 +91,7 @@ h2 { font-size: 1.5vw; margin: 0; margin-left: 1vw; - margin-top: 0; + margin-top: 2%; text-decoration: underline; font-family: Fluxisch; line-height: 25pt; diff --git a/index.html b/index.html index c22812c..c2ff245 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - attempting diffraction + Attempting Diffraction @@ -32,19 +32,21 @@

⤷ legend

- + This website lives in a temporary garden, a server hosted and mainted by attempt +
+ diff --git a/style.css b/style.css index b474528..87f290e 100644 --- a/style.css +++ b/style.css @@ -217,6 +217,16 @@ ellipse{ color: #ff6633; } +.marquee { + position: absolute; + bottom: 300px; + color: white; +} + +.marquee a{ + color: #3366ff !important; +} + #permeable path:hover{ stroke:#66cc66; }