* code for task #2562.

This commit is contained in:
Catouse
2016-04-22 11:30:46 +08:00
parent 7b15a503af
commit b820895a55
8 changed files with 96 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#start {background: #EBF2F9; padding: 40px; text-align: center;}
.start-icon {position: relative; width: 140px; height: 140px; margin: 0 auto; line-height: 140px;}
.start-icon > .icon-back {font-size: 140px; color: #114f8e}
.start-icon > .icon-front {font-size: 56px; position: absolute; top: 35px; left: 35px; color: #EBF2F9; z-index: 10; width: 70px; height: 70px; text-align: center; line-height: 70px;}
.start-icon > .icon-spin {-moz-animation: spin 15s infinite linear;-o-animation: spin 15s infinite linear;-webkit-animation: spin 15s infinite linear;animation: spin 15s infinite linear;}
#start > h1, #start > p {margin-bottom: 20px}