• This project
    • Loading...
  • Sign in

최원석 / 2021-1-database-project

%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
  • 2021-1-database-project
  • app
  • src
  • assets
  • style
  • App.scss
  • 최원석3 [goesnow]'s avatar
    catch error in server · 3dd0c894
    3dd0c894
    최원석3 [goesnow] authored 2021-03-10 14:16:26 +0900
App.scss 327 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
body {
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 250px;
    min-height: 500px;
    width: 100%;
    height: 100%;
}