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-05-23 17:19:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e62460016ed1e7926a15b9a7287f849441c4c113
e6246001
1 parent
c9d90bc5
main page
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
0 deletions
main.html
src/background.jpg
style.css
main.html
0 → 100644
View file @
e624600
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
HomePurchaseAgePrediction
</title>
<link
rel=
"stylesheet"
href=
"style.css"
/>
</head>
<body>
<center>
집구매시기예측서비스
</center>
</body>
</html>
src/background.jpg
0 → 100644
View file @
e624600
217 KB
style.css
0 → 100644
View file @
e624600
: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