diff options
| author | s1nical <[email protected]> | 2019-08-28 17:19:36 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-28 17:19:36 -0700 |
| commit | 793c3396f809992edabc8133fbfc30a060709b10 (patch) | |
| tree | b329624ada45ba6cfffeb60efdddca41625bf859 /about/css/main.css | |
| parent | seperate mobile/desktop redirects (diff) | |
| download | s1n.pw-admin-793c3396f809992edabc8133fbfc30a060709b10.tar.xz s1n.pw-admin-793c3396f809992edabc8133fbfc30a060709b10.zip | |
make about page look nicer
Diffstat (limited to 'about/css/main.css')
| -rw-r--r-- | about/css/main.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/about/css/main.css b/about/css/main.css index 0d2f978..1e63547 100644 --- a/about/css/main.css +++ b/about/css/main.css @@ -9,4 +9,19 @@ .bio { font-size: 22px; padding-top: 100px +} + +.title2 { + text-align: none; + background-color: #fcac94; + -webkit-box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94; + box-shadow: 0 7px 30px -10px #fcac94, 0 7px 30px -10px #fcac94; + -webkit-transition: background-color 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out; + width: 456px; +} + +.disclaimer { + font-size: 17px; + font-weight: 600; }
\ No newline at end of file |