-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsor_style-2.css
53 lines (48 loc) · 993 Bytes
/
sponsor_style-2.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
body {
background-image: url("website_background-2.png");
background-size: cover;
/*background-position: center;*/
color: white;
}
h1 {
text-align: center;
font-weight: bold;
text-decoration: underline;
}
div {
display:grid;
grid-template-columns: 1fr 1fr 1fr;
/*column-count: 3;*/
text-align: center;
/*justify-items: center;
align-items: center;*/
}
/*h2.year {
grid-column: span 1/-1;
column-span: all;
}*/
h2 {
/*display: flex;
justify-content: center;
align-items: center;*/
/*column-span: all;*/
/*column-count: 3;*/
/*column-span: 3;*/
/*column-span: 1/-1;*/
/*grid-column: span 1/-1;*/
grid-column: span 1/4;
/*place-self: center;*/
/*align-self: center;*/
/*text-align: center;*/
/*justify-self: center;*/
/*display:grid;
justify-items: center;*/
/*align-self: center;
align-items: center;*/
/*justify-self: center;*/
/*align-items: center;*/
/*justify-items: center;*/
}
a {
color: white;
}