• 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
  • Footer.scss
  • 1seok2's avatar
    set Intro style · d84ee3fb
    d84ee3fb
    1seok2 authored 2021-03-12 21:06:23 +0900
Footer.scss 396 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
.footer {
  height: 120px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  width: 100%;

  div {
    padding: .3rem 1.6rem;
    width: 90%;
    text-align: left;
    color: #aaaaaa;
    &:first-child {
      font-size: 1.2rem;
    }

    a {
      font-size: 1.2rem;
      color: #aaaaaa;
    }
  }
}