summaryrefslogtreecommitdiff
path: root/404
diff options
context:
space:
mode:
Diffstat (limited to '404')
-rw-r--r--404/.htaccess1
-rw-r--r--404/css/main.css35
2 files changed, 36 insertions, 0 deletions
diff --git a/404/.htaccess b/404/.htaccess
new file mode 100644
index 0000000..45552cb
--- /dev/null
+++ b/404/.htaccess
@@ -0,0 +1 @@
+Options -Indexes \ No newline at end of file
diff --git a/404/css/main.css b/404/css/main.css
new file mode 100644
index 0000000..ad791a3
--- /dev/null
+++ b/404/css/main.css
@@ -0,0 +1,35 @@
+.content {
+ text-align: center;
+ color: #000000;
+}
+
+.content h1 {
+ font-weight: 900;
+ line-height: 1;
+ margin-bottom: -10px;
+ opacity: 0.6;
+}
+
+.content h2 {
+ font-weight: 700;
+ margin-bottom: 6px;
+ opacity: 0.9;
+}
+
+@media(max-width: 768px) {
+ .navigation-bar {
+ display: none;
+ }
+
+ .bio {
+ margin: auto;
+ width: 100%;
+ padding: 0;
+ }
+}
+
+@media(min-width: 768px) {
+ .mobile {
+ display: none;
+ }
+} \ No newline at end of file