forked from btrust-builders/open-source-code-contributions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (31 loc) · 595 Bytes
/
style.css
File metadata and controls
36 lines (31 loc) · 595 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
.card {
height: 32rem;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
}
header {
background-color: #070707;
text-align: center;
margin-top: -14px;
padding: 4rem 2rem;
}
@media (min-width:961px) {
header {
padding: 12rem 4rem;
}
}
h1 {
color: #fafafa;
font-size: 4rem;
font-weight: 700;
letter-spacing: -.05em;
}
h1 span {
-webkit-text-fill-color: #0000;
background: linear-gradient(90deg, #60faa3, #1dd829);
-webkit-background-clip: text;
}
.success.button {
font-weight: 700;
}