• This project
    • Loading...
  • Sign in

HyeonJun Jeon / Extended-Calendar

%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
  • Extended-Calendar
  • src
  • styles
  • Login.css
  • HyeonJun Jeon's avatar
    [Add] Check ID/PW · aca21452
    aca21452
    HyeonJun Jeon authored 2022-06-04 22:58:50 +0900
Login.css 352 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.Login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
  display: flex;
}

.Login > button {
  padding: 0 30px 0 30px;
  font-size: x-large;
}

.idpw {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-right: 3px;
}

.idpw > input {
  height: 30px;
  padding: 5px 10px 5px 10px;
}