This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <style> | |
| .stats { | |
| float: left; | |
| margin-right: 20px; | |
| position: relative; | |
| /*height: 250px; | |
| width: 250px;*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // libsass (v3.1.0) | |
| // ---- | |
| $default-font-size: 16; | |
| @function remove-unit($num) { | |
| @return $num / ($num * 0 + 1); | |
| } | |
| @mixin rem($property, $values) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #clouds { | |
| position: absolute; | |
| } | |
| .one { | |
| top: 200px !important; | |
| -webkit-transform: scale(0.8); | |
| -webkit-animation: moveclouds 20s linear infinite; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="ctn-container"> | |
| <div class="ctn-grid-24"><span class="box-grid">24</span></div> | |
| <div class="ctn-grid-1"><span class="box-grid">1</span></div> | |
| <div class="ctn-grid-23"><span class="box-grid">23</span></div> | |
| <div class="ctn-grid-2"><span class="box-grid">2</span></div> | |
| <div class="ctn-grid-22"><span class="box-grid">22</span></div> | |
| <div class="ctn-grid-3"><span class="box-grid">3</span></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="ctn-container"> | |
| <div class="ctn-grid-24"><span class="box-grid">24</span></div> | |
| <div class="ctn-grid-1"><span class="box-grid">1</span></div> | |
| <div class="ctn-grid-23"><span class="box-grid">23</span></div> | |
| <div class="ctn-grid-2"><span class="box-grid">2</span></div> | |
| <div class="ctn-grid-22"><span class="box-grid">22</span></div> | |
| <div class="ctn-grid-3"><span class="box-grid">3</span></div> |
NewerOlder