diff --git a/index.html b/index.html
index 6f77a15..58e18aa 100644
--- a/index.html
+++ b/index.html
@@ -20,28 +20,28 @@
- SI18 Weekly Release #3
- Emergent Opera
- description
-
- contribution by:
- Kimberley, Chae, Kamo, Supi, Emma, Miri, Carmen, Alex, Gersande
-
-
- caretakers:
- Erica, Gersande, Kamo
-
+ SI18 Weekly Release #3
+ Emergent Opera
+
+ What does it mean? This week we invite you to make content within a common
+ structure, instead of finding a structure when the contents have already
+ been made! An emergent opera where each property is part of a bigger whole,
+ that comes together in the becoming...
+
+
+
+ - Contribution by
+ -
+ Kimberley, Chae, Kamo, Supi, Emma,
+ Miri, Carmen, Alex, Gersande
+
+
+ - Caretakers
+ - Erica, Gersande, Kamo
+
-
-
-
+
diff --git a/style.css b/style.css
index 25cc431..d5271bb 100644
--- a/style.css
+++ b/style.css
@@ -3,11 +3,23 @@
--wireframe:#202020;
--background:#FF6347;
}
-body{
+
+*{
+ box-sizing: border-box;
+}
+
+
+body, html{
margin: 0;
padding: 0;
background-color: var(--background);
+
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 21px;
+ line-height: 1.6;
+
}
+
.container {
display: flex;
width: 100vw;
@@ -18,7 +30,6 @@ body{
.container > * {
flex-basis: 50%;
- margin: 0;
}
.atlas {
@@ -44,26 +55,54 @@ body{
.libretto > * {
border-bottom: solid 1px var(--wireframe);
}
-h3{
- font-weight: normal;
-}
+
+
.moment{
text-transform: uppercase;
}
-header{
+.cover{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
text-align: center;
- height: 100vh;
+
+ min-height: 100vh;
+ padding: 32px;
+}
+
+.cover .release {
+ font-style: italic;
+}
+
+.cover .title {
+ font-size: 56px;
+ margin: 64px 0;
+}
+
+.cover .description {
+ max-width: 60ch;
+}
+
+dl {
+ margin-top: 64px;
+}
+
+dt {
+ margin-top: 24px;
+ font-style: italic;
+}
+
+dd {
+ max-width: 60ch;
+ margin: 0;
}
.index {
display: none;
}
-/* section {
- height: 100vh;
-} */
#reference {
display: none;