summaryrefslogtreecommitdiff
path: root/404/css
diff options
context:
space:
mode:
authors1n <[email protected]>2020-03-28 10:31:08 -0700
committers1n <[email protected]>2020-03-28 10:31:08 -0700
commit6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch)
tree74bb9aa78ca31a6acfffd908e34dfb0df433c707 /404/css
parentCreate .gitignore (diff)
downloadcyne.cf-backup-master.tar.xz
cyne.cf-backup-master.zip
3/28/2020, 10:30HEADmaster
Diffstat (limited to '404/css')
-rw-r--r--404/css/main.css35
1 files changed, 35 insertions, 0 deletions
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