서연진

main page

<!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>
: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);
}