diff --git a/index.html b/index.html index 9b43e28..a43fb2f 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,14 @@
- + +

Paradiso

56 years of concerts, club nights and culture

@@ -220,7 +222,7 @@

Starts 20:30

-
+
  • diff --git a/style.css b/style.css index 478864a..00147ad 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,8 @@ @font-face { font-family: 'Paradiso-Regular'; src: url('./fonts/paradiso_regular.woff2'); - } + font-weight: 400; +} @font-face { font-family: 'Paradiso-Light'; @@ -18,8 +19,8 @@ @font-face { font-family: 'Paradiso-Extra_Bold'; src: "./fonts/paradiso_extra_bold.woff2"; - } - +} + /* VARIABLES */ :root { @@ -36,6 +37,70 @@ body { color: var(--text-color); } +/* HEADER */ + +#nav { + display: flex; + justify-content: space-between; + align-items: center; + font-size: 2em; + min-height: 2em; + margin: .7em .3em; +} + +#nav a { + color: var(--text-color); + text-decoration: none; +} + +#nav button { + color: var(--text-color); + background: none; + border: none; + font-family: inherit; + font-size: inherit; +} + +#nav img { + filter: invert(1); + min-height: 30px; +} + +h1 { + font-family: "Paradiso-Bold"; + font-size: 13em; + margin: 0 .1em; +} + +header > h2 { + text-align: center; + margin: 0 1em 3em 1em; +} + +/* MAIN */ + main img { max-width: 20em; +} + +#sort ul { + background-color: black; + display: flex; + gap: 3px; + margin: 1em 0; + list-style: none; +} + +#sort li > button { + color: var(--text-color); + background: grey; + border: none; + font-family: inherit; + font-size: inherit; +} + +main > section > ul > li > p { + background-color: black; + border-radius: 25px; + padding: .8em; } \ No newline at end of file