Skip to content

Commit 1171552

Browse files
commit
1 parent 4ea3156 commit 1171552

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

bible/styles.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
padding: 20px;
21+
overflow-y: auto;
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+
}
136
#navigation {
237
display: flex;
338
align-items: center;

0 commit comments

Comments
 (0)