-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPartners.css
More file actions
35 lines (31 loc) · 1.81 KB
/
Copy pathPartners.css
File metadata and controls
35 lines (31 loc) · 1.81 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
.Partners {
position: fixed;
color: white;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
flex-direction: column;
backdrop-filter: blur(2px);
background: radial-gradient(#0a0d16e0, #282c30d8);
z-index: 11;
}
.Partners::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='50' height='50' viewBox='0,0,256,256'%3E%3Cg fill='%23ffffff' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(10.66667,10.66667)'%3E%3Cpath d='M4.99023,3.99023c-0.40692,0.00011 -0.77321,0.24676 -0.92633,0.62377c-0.15312,0.37701 -0.06255,0.80921 0.22907,1.09303l6.29297,6.29297l-6.29297,6.29297c-0.26124,0.25082 -0.36647,0.62327 -0.27511,0.97371c0.09136,0.35044 0.36503,0.62411 0.71547,0.71547c0.35044,0.09136 0.72289,-0.01388 0.97371,-0.27511l6.29297,-6.29297l6.29297,6.29297c0.25082,0.26124 0.62327,0.36648 0.97371,0.27512c0.35044,-0.09136 0.62411,-0.36503 0.71547,-0.71547c0.09136,-0.35044 -0.01388,-0.72289 -0.27512,-0.97371l-6.29297,-6.29297l6.29297,-6.29297c0.29576,-0.28749 0.38469,-0.72707 0.22393,-1.10691c-0.16075,-0.37985 -0.53821,-0.62204 -0.9505,-0.60988c-0.2598,0.00774 -0.50638,0.11632 -0.6875,0.30273l-6.29297,6.29297l-6.29297,-6.29297c-0.18827,-0.19353 -0.4468,-0.30272 -0.7168,-0.30273z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
display: inline;
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
}
.list {
columns: 3;
/* list-style: none; */
overflow: scroll;
text-align: left;
}
.list li {
font-size: 18px;
margin: 11px 0;
font-weight: 700;
}