• 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
  • SurveyPage.scss
  • 이준호's avatar
    feat: 서버 통신 코드 작성 · e52f3a5e
    e52f3a5e
    이준호 authored 2020-11-14 03:30:57 +0900
SurveyPage.scss 467 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 26 27 28
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
}

.slider{
    border: 1px solid gray;
    width: 30rem;
    display: flex;
    align-items: center;
    margin: 0;
    // overflow: hidden;

    &__wrapper{
        border: 1px solid red;
        width: 30rem;
    }
    &__desc{
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
}

// swiper