-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdate_book.css
More file actions
93 lines (90 loc) · 1.36 KB
/
Update_book.css
File metadata and controls
93 lines (90 loc) · 1.36 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
ul{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: grey;
position: sticky;
opacity: 0.8;
}
li
{
float: left;
}
li a
{
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover
{
background-color: red;
}
.home{
background-color: red;
}
#button{
border: none;
background-color: inherit;
color: white;
padding-top: 2%;
cursor: pointer;
}
#padd{
padding-left: 700px;
float: right;
}
.heading{
/* background-color: grey; */
color: #161162;
text-align: center;
height: 100px;
left: 25px;
margin-top: 0.5%;
margin-bottom: 20%;
padding-top: 2%;
margin-left: 40%;
margin-right: 35%;
}
.form{
text-align: center;
margin-top: 8%;
padding-top: 2%;
margin-left: 50px;
margin-right: 50px;
padding-top: 15px;
padding-right: 50px;
padding-left: 50px;
font-size: 18px;
opacity: 0.7;
filter: alpha(opacity=60);
background-color: grey;
width:320px;
top: 10%;
left: 35%;
position: absolute;
color:black;
}
.edit{
border: none;
border-bottom: 1px solid black;
background: transparent;
outline: none;
}
.button{
margin-top: 1%;
background-color: #08088A;
cursor: pointer;
border:none;
color: WHITE;
width: 100px;
height: 30px;
margin-bottom: 2%;
}
::placeholder{
color: black;
opacity: 0.3;
}