We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea3156 commit 1171552Copy full SHA for 1171552
bible/styles.css
@@ -1,3 +1,38 @@
1
+body {
2
+ margin: 0;
3
+ font-family: Arial, sans-serif;
4
+}
5
+
6
+.container {
7
+ display: flex;
8
+ height: 100vh;
9
10
11
+.sidebar {
12
+ width: 250px;
13
+ background: #f5f5f5;
14
+ padding: 20px;
15
+ overflow-y: auto;
16
17
18
+.main-content {
19
+ flex: 1;
20
21
22
23
24
+#book-list button {
25
+ display: block;
26
+ width: 100%;
27
+ padding: 10px;
28
+ margin: 5px 0;
29
+ text-align: left;
30
+ cursor: pointer;
31
32
33
+.verse {
34
+ margin: 10px 0;
35
36
#navigation {
37
display: flex;
38
align-items: center;
0 commit comments