• This project
    • Loading...
  • Sign in

khusat / khusat-front

%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
  • khusat-front
  • src
  • pages
  • ResultPage.scss
  • 이준호's avatar
    feat: result page 디자인 제외 구현 완료 · c5af9929
    c5af9929
    이준호 authored 2020-11-14 06:22:51 +0900
ResultPage.scss 385 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
// .container{
//     background-color:#536349;
// }

.result{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;

    &__title{
        font-size: 5rem;
        font-weight: bold;
    }

    &__position{
        font-size: 4.5rem;
    }

    &__desc{
        margin-top: 4rem;
        font-size: 1.4rem;
    }
}