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

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/kitab.css')
-rw-r--r--static/css/kitab.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/static/css/kitab.css b/static/css/kitab.css
index 164a404..e39a0f2 100644
--- a/static/css/kitab.css
+++ b/static/css/kitab.css
@@ -18,7 +18,17 @@ body {
a:hover {
text-decoration: none;
}
-.toTop {
- position: fixed;
- bottom: 0;
+.book-cover {
+ color: white;
+ background-color: #24242499;
}
+.bookTitle {
+ position: absolute;
+ top: 2%;
+ left: 5%;
+}
+.bookAuthor {
+ position: absolute;
+ bottom: 2%;
+ right: 5%;
+} \ No newline at end of file