• This project
    • Loading...
  • Sign in

오지민 / HomePurchaseAgePrediction

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • HomePurchaseAgePrediction
  • style.css
  • 서연진's avatar
    main page · e6246001
    e6246001
    서연진 authored 2021-05-23 17:19:55 +0900
style.css 210 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
: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);
}