Posts

Showing posts with the label CSS JS Cuntdown Time

CSS With JS Countdown Time

Image
Tampilan Countdown Sederhana MEMBUAT TAMPILAN COUNTDOWN TIME SEDERHANA PADA WEBSITE Home Source Code HTML SELAMAT TAHUN BARU 2020 days Hours Minutes Seconds Source Code CSS * { box-sizing: border-box; margin: 0; padding: 0; } img{ width: 2000px; position: fixed; transform: translate(-50%,-50%); } .container { color: lightblue; text-align: center; font-size: 22px; } h1 { font-weight: normal; } li { display: inline-block; font-size: 1.5em; list-style-type: none; padding: 1em; text-transform: uppercase; } li span { display: block; font-size: 4.5rem; } html, body { height: 100%; margin: 0; } body { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; font...