-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (39 loc) · 754 Bytes
/
style.css
File metadata and controls
46 lines (39 loc) · 754 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
39
40
41
42
43
44
45
46
body {
margin-left: 20px;
margin-top: 5px;
margin-right: 20px;
margin-bottom: 10px;
}
.header {
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 2px 2px 2px rgba(92, 92, 92, 0.2),
-2px 2px 2px rgba(92, 92, 92, 0.2),
2px -2px 2px rgba(92, 92, 92, 0.2),
-2px -2px 2px rgba(92, 92, 92, 0.2);
border: solid 2px rgb(128, 128, 128);
text-align: center;
page-break-after: always;
}
.heading {
border-bottom: dotted 2px;
font-size: 1.5em;
text-align: center;
line-height:1.5em;
}
.about {
text-align: justify;
page-break-after: always;
}
.teletype {
margin-left: 40px;
margin-right: 40px;
font-family: monospace;
}
.tester {
font-family: monospace;
}
.chapter {
font-family: droid-sans;
page-break-after: always;
}