-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
73 lines (62 loc) · 910 Bytes
/
stylesheet.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
61
62
63
64
65
66
67
68
69
70
71
72
73
h1, p {
text-align: center;
}
h1 {
text-decoration: underline;
}
p {
font-size: 1.2em;
display: inline;
line-height: 2em;
}
button {
background:none!important;
color:inherit;
border:none;
padding:0!important;
font: inherit;
/*border is optional*/
border-bottom:1px solid #444;
cursor: pointer;
font-size: 1.2em;
display: inline;
}
#wavesAudio {
position: fixed;
bottom: 0;
left: 0;
}
img {
padding-bottom: 3em;
}
.link {
display: none;
}
#poem {
margin-top: 8%;
margin-bottom: 12%;
width: 40%;
float: left;
text-align: center;
position: fixed;
}
.otherPoems {
line-height: 1.5em;
}
#citations {
text-align: left;
}
.media {
box-sizing: border-box;
margin-top: 8%;
margin-bottom: 12%;
width: 60%;
float: right;
text-align: center;
padding-left: 60px;
padding-right: 80px;
}
.tab {
display:inline-block;
margin-left: 40px;
}