-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
89 lines (75 loc) · 1.17 KB
/
about.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
80
81
82
83
84
85
86
87
88
89
body {
background: linear-gradient(to right, #6464ed, #6486ed, #6495ed, #64a8ed, darkturquoise, mediumturquoise, turquoise);
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: clear;
text-align: center;
font-family: calibri;
}
#grouppic {
width: 100%;
align-content: center;
}
.left {
float: left;
}
#center {
float: right;
}
.center {
display: block;
margin-left:auto;
margin-right: auto;
}
li {
float: left;
}
li a {
font-size: 40px;
display: block;
color: indigo;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: clear;
}
#DC, #SC, #BC, #KC {
display:inline-block;
width:24.5%;
text-align: center;
vertical-align: top;
}
#allCards{
text-align: center;
}
li a:hover {
background-color: clear;
}
#DC, #SC, #BC, #KC {
display:inline-block;
width:24.5%;
text-align: center;
vertical-align: top;
}
#allCards{
text-align: center;
}
h2 {
font-family: calibri;
color: indigo;
text-align: center;
}
h4 {
font-family: calibri;
color: indigo;
}
p {
font-family: calibri;
color: indigo;
}