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

This commit is contained in:
flamez 2025-02-23 15:41:15 +00:00
parent db1735aa6d
commit b78cd2c752

View file

@ -8,7 +8,6 @@ html, body {
p1{ p1{
font-family: "Times New Roman"; font-family: "Times New Roman";
font-size: 100%; font-size: 100%;
background-color: #00008b;
color: #FF8C00; color: #FF8C00;
} }
p.solid{border-style: solid;} p.solid{border-style: solid;}
@ -16,7 +15,6 @@ p.solid{border-style: solid;}
p2{ p2{
font-family: "Times New Roman"; font-family: "Times New Roman";
font-size: 100%; font-size: 100%;
background-color: darkblue;
color: #FF8C00; color: #FF8C00;
} }