Update src/style.css
All checks were successful
On_Push / build (push) Successful in 17s

This commit is contained in:
flamez 2025-02-20 21:24:48 +00:00
parent 6362bb267c
commit 72b10425d3

View file

@ -2,17 +2,23 @@ html, body {
height: 100%; height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: grey; background-color:#191919;
} }
p1{ p1{
font-family: "Times New Roman"; font-family: "Times New Roman";
font-size: 100%; font-size: 100%;
background-color: black; background-color: white;
color: green; color: black;
} }
p.solid{border-style: solid;} p.solid{border-style: solid;}
p2{
font-family: "Times New Roman";
font-size: 100%;
background-color: darkblue;
color: orange;
}
/* Style the tab */ /* Style the tab */
.tab { .tab {