-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (45 loc) · 810 Bytes
/
Copy pathstyle.css
File metadata and controls
51 lines (45 loc) · 810 Bytes
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
body {
background: #000000;
align-items: center;
overflow: hidden;
}
.main-container {
margin-top: 10pc;
margin-left: 2.5pc;
}
.container {
width: auto;
height: auto;
overflow: hidden;
}
.triangle {
width: 0;
height: 0;
border-left: 135px solid transparent;
border-right: 135px solid transparent;
border-bottom: 215px solid white;
}
.text-logo {
font-size: 200px;
color: white;
font-family: Quicksand;
font-weight: bolder;
display: inline;
position: absolute;
left: 270px;
bottom: 300px;
}
.quote {
font-size: 50px;
color: white;
text-align: center;
margin-top: 5pc;
text-indent: -4pc;
font-family: PT Sans;
}
span {
background: linear-gradient(20deg, red, pink, coral);
-webkit-background-clip: text;
color: transparent;
font-weight: 600;
}