aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/examples/vweb/server_sent_events/assets/site.css
blob: 4ad9eb895ff8fc28deade5fc1493834e387bdfc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
	background-color: #333;
	background-image: url("v-logo.svg");
	background-repeat: no-repeat;
	background-size: 10em;
	margin: 0;
	padding-left: 11em;
}

h1 {
	color: #6699CC;
}

img.logo {
	float: left;
	width: 10em;
}