source code for html website at https://zachdecook.com
Diffstat (limited to 'index2.css')
-rw-r--r--index2.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/index2.css b/index2.css
new file mode 100644
index 0000000..21685f3
--- /dev/null
+++ b/index2.css
@@ -0,0 +1,29 @@
+:root{
+ --color: #6cb3de;
+ --color-secondary: #366d9d;
+ --line-height: 110%;
+}
+@font-face {
+ font-family: "ZachsSharpie";
+ src: url("ZachsSharpie.ttf") format("truetype");
+}
+h1{
+font-family:"ZachsSharpie";
+font-size: 5em;
+filter: drop-shadow(0 0 7px white);
+}
+header img {
+ max-width: 300px;
+}
+section aside img
+{
+ width: 100%;
+}
+/* Overrides for mvp.css */
+nav {margin-bottom: initial;}
+nav ul { margin: initial;}
+body { padding: initial;}
+footer,header,main{padding: 0; margin: 1rem;}
+h1, h2, h3, h4, h5, h6 { margin: 1rem 0;}
+a b, a em, a i, a strong, button {margin: .5rem;}
+