Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/css/index.css
27877 views
1
body {
2
background-color: #5e7594;
3
color: #c9c9c9;
4
font-family: Arial, Helvetica, sans-serif;
5
}
6
7
#title {
8
font-size: 48px;
9
color: #c9c9c9;
10
font-weight: bold;
11
margin-bottom: 20px;
12
font-family: Arial, Helvetica, sans-serif;
13
text-align: center;
14
padding-top: 3%;
15
}
16
17
#chat {
18
font-size: 16px;
19
color: #e9c8c8;
20
margin-bottom: 20px;
21
font-family: Arial, Helvetica, sans-serif;
22
text-align: center;
23
padding-top: 13%;
24
}
25
26
#sub {
27
font-size: 20px;
28
color: #c1ce4b;
29
margin-bottom: 2px;
30
font-family: Arial, Helvetica, sans-serif;
31
text-align: center;
32
}
33
34
#intro {
35
padding-top: 20%;
36
text-align: center;
37
}
38
39
40
.text-center {
41
text-align: center;
42
}
43
44
#footer {
45
background-color: #1a1a1a;
46
height: 300px;
47
padding-left: 0px;
48
padding-bottom: 0px;
49
box-sizing: border-box;
50
}
51
52
#gs {
53
cursor: pointer;
54
background-color: #fc8585;
55
border: none;
56
color: rgb(248, 244, 244);
57
padding: 15px 32px;
58
text-align: center;
59
text-decoration: none;
60
display: inline-block;
61
font-size: 16px;
62
border-radius: 3px;
63
}
64