• This project
    • Loading...
  • Sign in

이준성 / khuwitch

%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
  • khuwitch
  • frontend
  • src
  • Body.css
  • ijunseong's avatar
    Update: page structure · 0e780d97
    0e780d97
    ijunseong authored 2020-12-10 00:59:48 +0900
Body.css 322 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.body {
    display: flex;
    justify-content: center;
    background-color: #14141e;
}

.login__btn {
    color: white;
    position: fixed;
    top: 10px;
    right: 30px;
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background-color: #9147ff;
}