v2 / examples / veb / veb_assets / assets / index.css
25 lines · 20 sloc · 317 bytes · c004d0c8997e8d952c2110c26143d94baa346d70
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
21html {
22 display:block;
23}
24
25
26