• This project
    • Loading...
  • Sign in

이세진 / dev-profile

%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 10
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dev-profile
  • src
  • client
  • scss
  • components
  • footer.scss
  • Lee SeJin's avatar
    webpack update · aa0b218f
    aa0b218f
    Lee SeJin authored 2021-05-28 15:49:34 +0900
footer.scss 405 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
.footer {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  .footer__icon {
    color: rgba(0, 0, 0, 0.3);
    font-size: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .footer__text {
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-transform: uppercase;
  }
}