Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/GoGuardian-Bypass
Path: blob/main/style.css
984 views
1
2
iframe {
3
width: 100%;
4
height: 100%;
5
position: fixed;
6
top: 0;
7
left: 0;
8
border: none;
9
}
10
11
h1{
12
font-family: 'Josefin Sans', sans-serif;
13
color:white
14
}
15
16
body{
17
background-color: black;
18
}
19
20
body {
21
margin: 0;
22
padding: 0;
23
font-family: Arial, sans-serif;
24
background-color: #f5f5f5;
25
}
26
27
h1 {
28
margin: 0;
29
padding: 20px;
30
text-align: center;
31
background-color: #333;
32
color: #fff;
33
}
34
35
label {
36
display: block;
37
margin: 20px 0;
38
}
39
40
input[type="text"] {
41
display: block;
42
margin: 10px auto;
43
padding: 10px;
44
border: 2px solid #ccc;
45
border-radius: 5px;
46
width: 50%;
47
max-width: 500px;
48
}
49
50
button {
51
display: block;
52
margin: 20px auto;
53
padding: 10px 20px;
54
border: none;
55
border-radius: 5px;
56
background-color: #333;
57
color: #fff;
58
cursor: pointer;
59
}
60
61
button:hover {
62
background-color: #555;
63
}
64
65
iframe {
66
width: 100%;
67
height: 100%;
68
position: fixed;
69
top: 0;
70
left: 0;
71
border: none;
72
}
73
74