daptive timer for the site "Black Friday" using html, css, javascript. Easy to integrate and customize to fit your needs.
You can set the date in the attribute: data-timer-time
<div class="web-timer-black-friday" data-timer-time="
2019.11.07 22:02:3+03:00">
In the tag class="web-timer-black-friday" add class web-timer-black-friday_size-big
<div class="web-timer-black-friday web-timer-black-friday_size-big">
In the tag class="web-timer-black-friday" add class:
web-timer-black-friday_black-cyan (Black and cyan)
web-timer-black-friday_red-white (Red and white)
web-timer-black-friday_black-white (Black and white)
<div class="web-timer-black-friday web-timer-black-friday_black-cyan">
<div class="web-timer-black-friday web-timer-black-friday_red-white">
<div class="web-timer-black-friday web-timer-black-friday_black-white">
You may or may not show the button to close the timer. At the same time, you can indicate whether you want the banner to close forever or appear again when the page is refreshed
In web-timer-black-friday.js
configuration = {
closeButton: true, //Show button to close
closeSave: true, //Save banner close
}