From 227bac01a486e01c0dea9f9efa1a90788c77ff94 Mon Sep 17 00:00:00 2001 From: Dilshad <134768995+ShadBalti@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:00:12 +0500 Subject: [PATCH] Update style.css --- style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/style.css b/style.css index 3311ed6..bfffb3f 100644 --- a/style.css +++ b/style.css @@ -66,3 +66,30 @@ input[type="text"] { @media (max-width: 768px) { /* Adjust styles for smaller screens */ } + + + +/* Style the "About the Owner" section */ +.owner-bio { + font-size: 16px; + margin-bottom: 20px; +} + +/* Style the social media buttons */ +.social-links { + margin-top: 10px; +} + +.social-links a { + font-size: 18px; +} + +/* Style the selected theme */ +.theme-light { + background-color: #f5f5f5; +} + +.theme-dark { + background-color: #333; + color: #fff; +}