-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathructoken.css
More file actions
65 lines (48 loc) · 937 Bytes
/
Copy pathructoken.css
File metadata and controls
65 lines (48 loc) · 937 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
52
53
54
55
56
57
58
59
60
61
62
63
64
body {
position: relative;
font-family: 'Walter Turncoat', cursive;
}
h2 {
text-align: center;
font-family: 'Walter Turncoat', cursive;
}
.h4 {
text-align: center;
font-family: 'Walter Turncoat', cursive;
}
h1 {
font-family: 'Walter Turncoat', cursive;
text-align: center;
}
.h1 {
font-family: 'Walter Turncoat', cursive;
text-align: center;
}
.card {
background-color: rgb(250, 99, 230);
}
.scroll-point {
position: relative;
top: -3.5rem;
}
.lead {
margin-top: 6cm;
font-size: 200%;
}
.hidden
.bg-white {
background-color: #fff;
}
.btn {
color: #fff;
background-color: rgb(250, 99, 230);
}
.navbar {
background-color: rgb(250, 99, 230);
}
.jumbotron.jumbotron-fluid {
background: url(jumbotron.png) no-repeat;
background-position: center;
background-size: cover;
text-shadow: 0 0 2rem rgba(255, 255, 255, 1);
}