From 793c3396f809992edabc8133fbfc30a060709b10 Mon Sep 17 00:00:00 2001 From: s1nical Date: Wed, 28 Aug 2019 17:19:36 -0700 Subject: make about page look nicer --- about/css/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'about/css/main.css') 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 -- cgit v1.2.3