Welcome to mirror list, hosted at ThFree Co, Russian Federation.

kitab.css « css « static - github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e39a0f2a2ae9790f651d47b1ea0b18ee4306c866 (plain)
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
html {
  width: 100vw;
}
* {
  font-family: "Roboto", sans-serif;
}
body {
  background-color: #f3f3ef;
}
.navMenu {
  color: #007bff !important;
  font-size: 1.8em;
}
.navMenu:hover {
  color: #0056b3 !important;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.book-cover {
  color: white;
  background-color: #24242499;
}
.bookTitle {
  position: absolute;
  top: 2%;
  left: 5%;
}
.bookAuthor {
  position: absolute;
  bottom: 2%;
  right: 5%;
}