v2 / examples / veb / server_sent_events / assets / site.css
19 lines · 17 sloc · 285 bytes · 8683e634eec7625bfe2db10020e729a4eef9ec06
Raw
1body {
2 font-family: Arial, Helvetica, sans-serif;
3 color: #eee;
4 background-color: #333;
5 background-image: url("v-logo.svg");
6 background-repeat: no-repeat;
7 background-size: 10em;
8 margin: 0;
9 padding-left: 11em;
10}
11
12h1 {
13 color: #6699CC;
14}
15
16img.logo {
17 float: left;
18 width: 10em;
19}
20