TEST

Last chance for offers
  • hours
  • minutes
  • seconds
<style> .containertimer { color: #fff; margin: 0 auto; text-align: center; width: 100%; /* display: flex; justify-content: center; */ align-items: center; height: 180px; background: #f30945; } .containertimer li { text-transform: uppercase; width: 70px; /* Fixed width for each
  • */ text-align: center; /* Center text in each
  • */ padding: 10px; box-sizing: border-box; font-size: 11px; margin: 0; } .containertimer li span { font-size: 3rem; border-radius: 10px; background-color: rgba(0, 0, 0, 0.5); min-height: 35px; display: flex; align-items: center; justify-content: center; margin-bottom: 5px; } .containertimer ul { margin: 0; list-style: none; padding: 0; display: flex; justify-content: center; } .containertimer .title { display: block; font-size: 24px; font-weight: bold; /*margin-bottom: 15px;*/ padding-top: 30px; } </style>