Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/ad-blocked/style.css
574 views
1
@import 'https://fonts.googleapis.com/css?family=Open+Sans|Raleway:700';
2
3
html{
4
position: fixed;
5
left: calc(50% - 63px);
6
top: calc(50% - 65px);
7
background: rgb(245,253,255);
8
text-align: center;
9
font-family: "Open Sans", sans-serif;
10
line-height: 0.1;
11
cursor: default;
12
transition: all 3s;
13
-webkit-user-select: none;
14
-moz-user-select: none;
15
user-select: none;
16
}
17
html:hover{
18
background: rgb(245,253,255) !important;
19
opacity: 1 !important;
20
}
21
h3{
22
font-family: "Raleway", sans-serif;
23
font-size: 18px;
24
}
25
a{
26
text-decoration: none;
27
font-size: 14px;
28
}
29
#div-info{
30
display: inline-block;
31
color: white;
32
font-size: 3em;
33
line-height: 1;
34
background: #6363ff;
35
width: 50px;
36
height: 50px;
37
border-radius: 29px;
38
padding: 4px;
39
}
40