diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index a90458d..fbc160e 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -21,12 +21,36 @@ h2 { font-weight: 200; font-size: 1.2vw; color: #396873; - } +} + +.h2-text { + font-family: 'Libre Baskerville', serif; + font-style: italic; + font-weight: 200; + font-size: 1.2vw; + color: #396873; +} .info-container { - display: flex; - width: 10vw; + display: block; + width: 15vw; padding-top: 1.5vw; padding-left: 1.5vw; padding-bottom: 1.5vw; - } \ No newline at end of file + } + + .info-top { + width: 100%; + height: 50%; + } + +.title { + padding-bottom: 1vw; + border-bottom: 0.1px solid #396873; +} + +.info-bottom { + display: table-cell; + height: 50%; + vertical-align: bottom; +} \ No newline at end of file diff --git a/index.html b/index.html index b60a7a8..4026a63 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,12 @@
-

berna bereit

+

berna bereit

special issue 23

+
+ this is the source of the code used for the canvas - use it yourself +