-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
75 lines (68 loc) · 1 KB
/
Copy pathmain.css
File metadata and controls
75 lines (68 loc) · 1 KB
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
h1 {
color: #AAAAAA;
font-size: 14pt;
font-family: helvetica,tahoma;
text-align: center;
/*text align method*/
}
p.filler{
color:black;
font-size:10pt;
font-family:tahoma,arial;
text-align:inherit
}
div.images{
width:300px;
height:auto;
}
h2 {
color: #AAAAAA;
font-size: 12pt;
font-family: tahoma;
text-align: left;
}
hr {
color: #AAAAAA;
width: 50px;
}
div.center{
align-content:center
}
.center{
text-align:center;
}
ul.center{
text-align:center;
}
p.center{
text-align: center;
}
p.left{text-align:left;
}
img.left{
margin-left: auto
}
grey-square{
background-color: "#AAAAAA";
width: 800px;
height:800px;
margin: 0 auto;
/*supposed way of auto centering*/
}
/*initiated by <div class="grey-square"></div>*/
.column {
float: left;
padding: 5px;
}
.row::after {
content: "";
clear: both;
display: table;
}
ul.center{
text-align:center;
}
a.center{
text-align:center;
align-content: center;
}