-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (53 loc) · 1.17 KB
/
Copy pathstyle.css
File metadata and controls
58 lines (53 loc) · 1.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body,
img,
html{
width: 100%;
height: 100%;
font-family: 'Times New Roman', Times, serif;
background: url(header.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
img{
margin: 10px 0;
}
h1{
text-align: center;
color: rgb(245, 245, 245);
font-size: 3rem;
}
hr {
margin: 20px auto;
color: #3E3A48;
border: 2px solid #3E3A48;
max-width: 95px;
opacity: 1;
}
.buffer{
height: 15rem;
}
.btn{
border-radius: 300px;
font-weight: 500;
text-transform: uppercase;
}
.btn-secondary{
background-color: #1A1821;
border-color: #07040F;
--bs-btn-hover-bg: #07040F;
--bs-btn-hover-border-color: #3E3A48;
--bs-btn-active-bg: #1A1821;
}
.btn-secondary:hover{
background-color: #0C0915;
border-color: #07040F;
}
.btn-xl{padding: 1rem 2rem;}
.card-body{background-color: #07040F;text-align: start;}
#mc_embed_signup_scroll{width: 300px;}
#mc_embed_signup{background:#07040F; color: rgb(255, 255, 255);clear:left; width:300px;}
.indicates-required{
font-size: 0.6rem;
font-style: italic;}