From a902d7e6aa989fda2e1b6de059366f8b3b900472 Mon Sep 17 00:00:00 2001 From: "chakravaram.saitejaswi" <50818486+05saitejaswi@users.noreply.github.com> Date: Tue, 24 Mar 2020 15:07:34 +0530 Subject: [PATCH] Update style12.css style changes --- bealertgirls/style12.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bealertgirls/style12.css b/bealertgirls/style12.css index b92f196..1f64e68 100644 --- a/bealertgirls/style12.css +++ b/bealertgirls/style12.css @@ -6,6 +6,7 @@ body{ width:1170px; margin: 70px auto; background: #eee; + } .sin-team{ /* width:28%; */ @@ -15,7 +16,7 @@ body{ padding:15px; background: #262626; border-radius: 15px; - color:white; + color:black; } h1{ color: blue; @@ -34,4 +35,7 @@ h3{ font-size: 70px; font-style: initial; text-shadow:5px 5px 5px rgb(13, 161, 13); -} \ No newline at end of file +} +p{ + color:rgb(230, 214, 214); +}