-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.css
77 lines (72 loc) · 908 Bytes
/
book.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
74
.A
{
height:94%;
width:100%;
background-color:teal;
border: 5px grooved;
}
.q
{
/*background-color: pink;*/
height:500px;
width:101%;
}
.q1
{
background-color: silver;
height:120%;
width:255px;
float: left;
border: 4px inset;
border-color:salmon;
color:black;
}
.q2
{
/*background-color: green;*/
height:120%;
width:1090px;
float:left;
}
.q2b
{
/*background-color: yellow;*/
color: white;
height:600px;
width:1090px;
text-align: center;
border: 1px solid;
float: left;
}
#f1
{
display:inline-block;
color: black;
}
#f2
{
display: inline-block;
background-color: black;
color: white;
border-radius: 10px;
}
#f3
{
display: inline-block;
background-color: black;
color: white;
border-radius: 5px;
}
#d1
{
height:235px;
width:250px;
}
#d2
{
height:235px;
width:250px;
border: 1px solid;
border-radius: 150px;
font-family:"Times New Roman", Georgia, Serif;
}