From f49ac8cd259486e4a1f5f8155b6f5fc874a038c3 Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Fri, 17 Dec 2021 13:06:54 +0100 Subject: [PATCH] link to the web app --- index.html | 9 +++++++++ style.css | 23 ++++++++++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c74b567..dfdf592 100644 --- a/index.html +++ b/index.html @@ -54,12 +54,18 @@
  • XPUB1
  • Special Issue 16
  • Launch!
  • +
  • Varia, Rotterdam
  • 13.00 to 17.00 CET
  • Online: Event mode from 13.00 to 17.00 CET
  • Q&A from 16.00 to 17.00 CET
  • Vernacular language processing
  • +
  • Welcome
  • Dear friend
  • Online scroller
  • @@ -88,6 +94,9 @@
  • Critical API
  • Vernacular API
  • Model of distribution
  • +
  • diff --git a/style.css b/style.css index 711ff46..b83ce89 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ body { font-family: var(--font); height: 100vh; cursor: pointer; - -webkit-tap-highlight-color: transparent; + -webkit-tap-highlight-color: transparent; } .bold { @@ -95,6 +95,27 @@ li { list-style: none; } +.link { + display: inline-block; + border-radius: 50%; + width: 400px; + height: 400px; + display: flex; + justify-content: center; + align-items: center; +} + +.link a { + width: 100%; + height: 100%; + line-height: 400px; + text-align: center; +} + +a { + color: currentColor; +} + @media (max-width: 991.98px) { body { font-size: 16px;