commit 9b41ab779a61fd9a010eaac551068d20d748f069 Author: DressOrc Date: Wed May 7 21:11:52 2025 +0000 Upload files to "/" diff --git a/eva.otf b/eva.otf new file mode 100644 index 0000000..ae83bbe Binary files /dev/null and b/eva.otf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..bab84c2 --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ + + + + + +
+

Robyn
Vaughan
Williams

+ link1 + link1 + link1 + link1 +
+
+
+ +
+ +
+
+
+
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..13cb1b3 --- /dev/null +++ b/style.css @@ -0,0 +1,63 @@ + @font-face { + font-family: eva; + src: url("eva.otf"); +} + +html{ + margin: 0; + padding: 0; + font-family: eva; +} + +body{ + background-color: #ebe0cc; + margin: 0; + padding: 0; +} + +header{ + background-color: black; + color: white; + margin: 0; + + display: flex; + align-items: flex-end; + +} + +header a{ + font-size: 2rem; + margin-left: 20px; + vertical-align: text-bottom; +} + +header h1{ + transform: rotate(-90deg); + border-bottom: 3px solid white; + margin-right: 10px; +} + +main{ + display: grid; + grid-template-columns: 1fr 2fr 1fr; + +} + +.tri{ + width: 0; + height: 0; + border-top: 0px solid black; + border-left: 100px solid black; + border-bottom: 50px solid transparent; + +} + +nav{ + display: flex; + flex-direction: row; +} + +.sub-bar{ + display: flex; + flex-direction: row; +}