summaryrefslogtreecommitdiff
path: root/404/m/css
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-12 00:22:46 -0700
committers1n <[email protected]>2019-10-12 00:22:46 -0700
commit78c43c975166476f8e52e3ee521d917c269f6844 (patch)
tree22c36c1d43c86f4489becfaabec1cdb15bcd4027 /404/m/css
parentdel ghouly (diff)
downloads1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.tar.xz
s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.zip
new 404 + many optimzations
Diffstat (limited to '404/m/css')
-rw-r--r--404/m/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/404/m/css/main.css b/404/m/css/main.css
new file mode 100644
index 0000000..9c19a07
--- /dev/null
+++ b/404/m/css/main.css
@@ -0,0 +1,9 @@
+.bio {
+ font-size: 22px;
+ /* Always use this for center haha, was searching how to center and this helped lol, was about 15 minutes in searching.
+ https: //stackoverflow.com/a/36298070/11774102
+ - 10/12/2019 0:18 */
+ display: flex;
+ align-items: center;
+}
+