서연진

main page

1 +<!DOCTYPE html>
2 +<html lang="en">
3 + <head>
4 + <meta charset="UTF-8" />
5 + <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6 + <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 + <title>HomePurchaseAgePrediction</title>
8 + <link rel="stylesheet" href="style.css" />
9 + </head>
10 +
11 + <body>
12 + <center>집구매시기예측서비스</center>
13 + </body>
14 +</html>
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 +}