-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (50 loc) · 1.02 KB
/
style.css
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
.font
{
font-family: 'Fugaz One', cursive;
font-family: 'Krona One', sans-serif;
font-family: 'Radley', serif;
}
a{
text-decoration:none !important;
}
.main-content-font
{
font-family: 'Krona One',sans-serif;
}
.para-content-font
{
font-family:'Fugaz One',cursive;
}
.fsc-45
{
font-size:45px;
}
#home-section
{
background:url("assets/homesection.png") no-repeat;
background-size:cover;
}
#tkrp-text-logo
{
/* height:74px;
width:325px; */
margin:0 1%;
}
.join-btn
{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: radial-gradient(96.38% 1810.21% at 0% 26.09%, #5E0CB0 7.58%, #9180F5 54.99%, rgba(94, 11, 177, 0.99) 100%);
color:#CBABFF;
border:none;
border-radius:29px;
padding:3%;
font-size:18px;
}
.top-white-bar
{
height:7vh;
background-color:#ffffff;
box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
border-bottom-left-radius:50px;
border-bottom-right-radius:50px;
}