generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
84 lines (68 loc) · 1.03 KB
/
index.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
75
76
77
78
79
80
81
82
83
84
.library {
margin: 0 auto;
max-width: 700px;
border: 1px grey solid;
margin-bottom: 20px;
display: flex;
justify-content: center;
flex-direction: column;
}
.library > :nth-child(odd) {
background-color: lightgray;
}
.bookdiv {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;
border-bottom: 1px solid gray;
}
.library-section {
text-align: center;
padding: 20px;
margin-top: 15px;
}
.navbar {
background-color: #e3f2fd;
}
.active {
display: block;
}
main {
margin-top: 70px;
}
.page-footer {
margin-top: 50px;
background-color: #e3f2fd;
}
.nav-link:hover {
background-color: blue;
}
.date {
font-weight: bold;
display: flex;
justify-content: flex-end;
}
#add-book {
float: left;
}
.btn-primary {
margin-left: 67%;
}
h3 {
margin-left: 44%;
margin-bottom: 3%;
}
#contact-section h2 {
text-align: center;
margin-bottom: 4%;
}
#contact-section p {
margin-left: 33%;
}
.contacts {
margin-left: 36%;
}
.date-book-section {
display: none;
}