forked from fortu-music/play
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (49 loc) · 856 Bytes
/
style.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
48
49
50
51
52
53
54
55
56
57
58
59
60
html,
body {
/* background: #72bdbd; */
background-image: linear-gradient( 135deg, #72bdbd 10%, #2c4a63 100%);
margin: auto;
padding-top: 0px;
font-family: 'Raleway', cursive;
}
canvas {
display: inline-block;
border-radius: 16px;
/* border: 16px solid rgb(44,74,99); */
}
h1{
color: rgb(44, 74, 99);
padding-top: 12px;
}
h2{
color: rgb(44, 74, 99, 0.85);
font-style: oblique;
padding: 0px;
}
p{
color: rgb(44, 74, 99, 0.75);
font-size: 22px;
padding: 0px;
}
#container{
text-align: center;
display: block;
}
#canvas-holder{
padding-top: 8px;
margin-left: auto;
margin-right: auto;
}
#iframe-holder{
padding-top:24px;
margin-left: auto;
margin-right: auto;
}
.img1 {
padding-top: 16px;
display: block;
margin-left: auto;
margin-right: auto;
max-width:10%;
height:auto;
}