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 {