summaryrefslogtreecommitdiff
path: root/style.css
blob: 04669280d61113fba18ded9271c8583435c5b095 (plain) (blame)
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
31
body {
	color: #ddd;
	background-color: #222;
	font-family: 'Lato', sans-serif;
	user-select: none;

	height: 100vh;
	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

div#time {
	font-size: 8em;
	font-weight: 100;
	line-height: 1em;
}

div#date {
	color: #777;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1em;

	margin-top: 1rem;
	margin-bottom: 1.2rem;
}