forked from ozsun88/SynchronousAudioRouter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.css
More file actions
59 lines (50 loc) · 652 Bytes
/
site.css
File metadata and controls
59 lines (50 loc) · 652 Bytes
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
body
{
font-family: "Courier New";
background-color: white;
}
h1
{
font-size: 72px;
margin: 0.25em auto;
}
h1::first-letter
{
color: red;
}
img.screenshot
{
margin: 2em auto;
display: block;
}
.title-wrapper { text-align: center; }
.title
{
display: inline-block;
text-align: left;
}
.subtitle
{
text-align: center;
}
.download
{
text-align: center;
font-size: 36px;
color: blue;
display: block;
margin: 2em auto;
}
.main
{
width: 75%;
margin: 0 auto;
}
.footer
{
text-align: center;
font-size: 11px;
color: #222;
width: 75%;
margin: 6em auto 2em auto;
}