forked from dmarcisovska/ml5-posenet-cat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
48 lines (40 loc) · 834 Bytes
/
styles.css
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
html, body {
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
}
body{
background: url("assets/cats.jpg") no-repeat fixed 0 0 / cover;
}
canvas {
display: block;
}
canvas {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
canvas {
padding: 10px 10px 10px 10px;
background: white;
border: 1px solid #fff;
box-shadow: 0px 2px 15px #333;
-webkit-box-shadow: 0px 2px 15px #333;
-moz-box-shadow: 0px 2px 15px #333;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
font-family: 'Permanent Marker', cursive;
color: black;
font-size: 32px;
margin: 50px auto 50px auto;
}
#button-group {
position: absolute;
bottom: 30px;
margin-left: auto;
margin-right: auto;
}
a {
color: black !important;
font-size: 12px;
}