Press n or j to go to the next uncovered block, b, p or k for the previous block.
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 29 30 31 32 33 34 35 36 | 1x 1x 1x 1x 1x 1x 1x 1x | body { margin: 0; padding: 0; I font-family: Microsoft YaHei; } .app { text-align: center; } .app-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .app-header { background-color: #222; height: 150px; I padding: 20px; color: white; I} .app-intro { font-size: large; padding: 0 15px; line-height: 30px; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } |