-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.css
53 lines (53 loc) · 839 Bytes
/
books.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
p {
text-align: left;
margin-top: 40px;
width: 65%;
}
a {
text-decoration: none;
color: black;
}
center {
width: 65%;
}
body {
padding-top: 60px;
font-family: "Times New Roman", Times, serif;
}
#title {
font-family: "Times New Roman", Times, serif;
font-size: 25px;
}
#annotationss{
float: right;
width: 32%;
height: 100%;
background-color: red;
}
.annotator-h1 {
float: right !important;
position: absolute !important;
}
.header {
font-family: 'Poiret One', cursive;
background-color: #F7FBFC;
top: 0px;
width: 100%;
position: fixed;
font-size: 36px;
padding: 10px;
}
#contentCurve1{
width: 50%;
margin-left: 350px;
border-bottom: 1px solid #ccc;
font-size: 1px;
margin-bottom: 8px;
}
#footer1 {
text-align: center;
margin-left: auto;
margin-right: auto;
bottom:0;
padding-bottom: 9px;
}