UNPKG

react-awesome-countdowntimer

Version:

An awesome countdown timer for reactJS, easy to handle use & edit.

35 lines 646 B
.timer { display: flex; justify-content: space-around; } .timer p { background-color: black; min-width: 100px; color: white; min-height: 100px; display: flex; justify-content: center; align-items: center; font-size: 67px; border: 0px; border-radius: 10px; } .time { color: white; font-size: 74px; } .label { font-size: 24px; display: flex; justify-content: center; background-color: white; min-width: inherit; } .section { display: flex; flex-direction: column; align-items: center; min-width: 100px; min-height: 100px; background-color: black; }