From 6362bb267c2b1b851357dfe391b302fc1d430dc8 Mon Sep 17 00:00:00 2001 From: flamez Date: Thu, 20 Feb 2025 21:12:57 +0000 Subject: [PATCH] Update src/style.css --- src/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 587b6bd..a890124 100644 --- a/src/style.css +++ b/src/style.css @@ -5,10 +5,14 @@ html, body { background-color: grey; } -p{ +p1{ font-family: "Times New Roman"; - color: darkorange; font-size: 100%; + background-color: black; + color: green; +} +p.solid{border-style: solid;} + /* Style the tab */ .tab {