-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (33 loc) · 686 Bytes
/
style.css
File metadata and controls
38 lines (33 loc) · 686 Bytes
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
/* css stylesheet for BOOK FINDING APP
author: Anwesha Chakraborty
date: 31/05/2021
*/
body {
/* background-color: #76a9e0; */
background-image: url("../img/bg-book2.jpg");
background-color: #75a3a0; /*#017199;*/
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
margin: 0;
padding: 0;
}
.center {
margin: auto;
margin-top: 200px;
}
#header {
font-family: 'Righteous', sans-serif;
font-size: 3.5rem;
}
h2 {
font-family: 'Righteous', sans-serif;
}
.book-list {
margin-top: 50px;
visibility: hidden;
}