오지민

Delete style.css

Showing 1 changed file with 0 additions and 10 deletions
1 -:root {
2 - --main-bg-color: #6e87cf;
3 - --text-color: #ffffff;
4 -}
5 -
6 -body {
7 - background-color: var(--main-bg-color);
8 - background: no-repeat fixed 50% 50% url("./src/background.jpg");
9 - color: var(--text-color);
10 -}