diff options
| author | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
| commit | 78c43c975166476f8e52e3ee521d917c269f6844 (patch) | |
| tree | 22c36c1d43c86f4489becfaabec1cdb15bcd4027 /404/m/css | |
| parent | del ghouly (diff) | |
| download | s1n.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.css | 9 |
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; +} + |