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; }