Skip to content
  • This project
    • Loading...
  • Sign in

👨‍🏫艾克🏃‍🚣‍♂🚵‍♂ / LIMS

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • LIMS
  • src
  • App.css
  • 👨‍🏫艾克🏃‍🚣‍♂🚵‍♂'s avatar
    t push -u origin master · 86310d3f
    86310d3f Browse Files
    👨‍🏫艾克🏃‍🚣‍♂🚵‍♂ authored 2018-05-24 16:56:39 +0800
App.css 377 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
.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-title {
  font-size: 1.5em;
}

.App-intro {
  font-size: large;
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}