-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
79 lines (68 loc) · 1.48 KB
/
index.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
body, html {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #fff;
}
body {
background: url(./images/2020_BRC_Image2.jpg) no-repeat center center fixed;
background-size: cover;
}
header {
margin-top: 15px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
header > img {
width: 8em;
height: 8em;
border-radius: 20%;
border: 1px solid #fff;
box-shadow: rgb(28 32 93 / 24%) 0px 2px 12px 0px;
}
header > h1 {
display: inline-block;
font-size: 0.8em;
font-weight: bold;
border-radius: 1em;
background-color: #000a;
color: #fff;
padding: 0.3em 0.6em;
border: 1px solid #fffa;
backdrop-filter: blur(10px) saturate(160%) contrast(180%);
-webkit-backdrop-filter: blur(10px) saturate(160%) contrast(180%);
}
ul {
box-sizing: border-box;
list-style: none;
margin: 0 auto;
padding-left: 10em;
padding-right: 10em;
padding-top: 5em
}
ul > li {
background-color: #fffa;
backdrop-filter: blur(10px) saturate(160%) contrast(180%);
-webkit-backdrop-filter: blur(10px) saturate(160%) contrast(180%);
border-radius: 10em;
padding: 1em;
margin: 1.4em 0;
box-shadow: rgb(28 32 93 / 24%) 0px 2px 8px 0px;
}
ul > li > a {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 0.5em;
}
a {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: black;
flex-direction: row;
justify-content: center;
}