-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
executable file
·79 lines (68 loc) · 1.29 KB
/
styles.css
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.images {
display: table;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#logo {
margin-left: auto;
}
#face {
margin-right: auto;
}
.title {
background-color: #9BC4E2;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 36px;
margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.subtitle {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 18px;
}
.mainSubtitle {
background-color: #9BC4E2;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 25px;
margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.bodyContainer {
display: table;
height: auto;
width: 100%;
}
.imageBlock {
display: table-cell;
text-align: center;
}
.bodyBlock {
display: table-cell;
font-size: 18px;
font-family: "Courier New", Courier, monospace;
padding: 3em;
text-align: center;
}
.fullBody {
font-size: 18px;
font-family: "Courier New", Courier, monospace;
margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
}
.body {
margin-bottom: 1em;
padding: 3em;
}
#lab {
background-color: #7AC5CD;
padding: 2em;
}