Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오지민
/
HomePurchaseAgePrediction
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오지민
2021-06-04 17:13:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac061910625b96737a78464022b389d7a0e649c8
ac061910
1 parent
ac1e7aea
Delete style.css
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
style.css
style.css
deleted
100644 → 0
View file @
ac1e7ae
:root
{
--main-bg-color
:
#6e87cf
;
--text-color
:
#ffffff
;
}
body
{
background-color
:
var
(
--main-bg-color
);
background
:
no-repeat
fixed
50%
50%
url("./src/background.jpg")
;
color
:
var
(
--text-color
);
}
Please
register
or
login
to post a comment