From 615e9efdcfd07863ec1f4533fbc8ce39f2a455e3 Mon Sep 17 00:00:00 2001 From: UltraLion <49597041+UltraLionfr@users.noreply.github.com> Date: Sun, 21 May 2023 02:59:42 +0200 Subject: [PATCH] Add files via upload --- assets/css/about.css | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 assets/css/about.css diff --git a/assets/css/about.css b/assets/css/about.css new file mode 100644 index 0000000..6feb817 --- /dev/null +++ b/assets/css/about.css @@ -0,0 +1,39 @@ +.col-md-10 { + max-width: 800px; + margin: 0 auto; + padding: 50px; + text-align: center; + background-color: #1a1a1a; + box-shadow: 0px 0px 20px #ff00ff; + } + + .col-md-10 p { + font-size: 24px; + line-height: 1.5; + margin-bottom: 20px; + color: #ffffff; + text-shadow: 0px 0px 20px #ff00ff; + } + + .col-md-10 ul { + list-style-type: none; + margin-top: 20px; + margin-bottom: 50px; + } + + .col-md-10 li { + font-size: 24px; + line-height: 1.5; + margin-bottom: 10px; + color: #ffffff; + text-shadow: 0px 0px 20px #ff00ff; + } + + .col-md-10 h1 { + font-size: 48px; + font-weight: bold; + margin-bottom: 50px; + text-align: center; + color: #ffffff; + text-shadow: 0px 0px 20px #ff00ff; + } \ No newline at end of file