diff --git a/index.html b/index.html index c339976..5977e2d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,8 @@ XPUB Special Issues - + +
@@ -73,4 +74,31 @@
+ + + diff --git a/style.css b/style.css index cfd80c3..d13359f 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +body { +/*background: linear-gradient( 45deg, blue, red );*/ +} + + h1 { font-size: calc(3vW + 3vH); text-align: center; @@ -17,3 +22,5 @@ iframe { height: 60vH; } + +a, a:visited {color: black;} \ No newline at end of file