You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
435 B
CSS
5 lines
435 B
CSS
1 week ago
|
.wrapper { width: 980px; margin: 30px auto; position: relative;}
|
||
|
.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px;}
|
||
|
.count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
|
||
|
.count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
|
||
|
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }
|