Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

马贞晓 / templateReact

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • templateReact
  • src
  • App.css
  • 马贞晓's avatar
    按需引入 · 2f67b89d
    马贞晓 committed Nov 11, 2019
    2f67b89d Browse Files
App.css 318 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.App {
  text-align: center;
}
.App .App-logo {
  height: 40vmin;
}
.App .App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
.App .App-link {
  color: #09d3ac;
}