aboutsummaryrefslogtreecommitdiff
path: root/timer.css
blob: 253d895d7835bb216575a35f4f880c7e8255ac11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
html, body {
	margin: 0;
	padding: 0;
}

body {
	height: 100vh;
	max-height: 100vh;
}

#page {
	font-size: 85vh;
	/* other font sizes, depending on CEF support */
	/* font-size: min(30vmin, max(90vh, calc(100vw * 0.40))); */
	/* font-size: clamp(10vmin, 90vh, calc(100vw * 0.40)); */
	height: 100%;
	line-height: 1.1;
}

#countdown {
	color: #fc6;
	box-sizing: border-box;
	text-shadow: 0 0.05em 0.08em #000;
	padding-top: 4vh;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0 auto;
}