Skip to content

Commit 9688ef3

Browse files
authored
Update squares.html
1 parent e5486fe commit 9688ef3

File tree

1 file changed

+1
-79
lines changed

1 file changed

+1
-79
lines changed

samples/presets/squares.html

Lines changed: 1 addition & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -37,78 +37,6 @@
3737
tsParticles | Stars Preset | JavaScript Particles, Confetti and Fireworks animations for your website
3838
</title>
3939
<link rel="stylesheet" href="/css/presets.min.css" />
40-
<style>
41-
#carbonads * {
42-
margin: initial;
43-
padding: initial;
44-
}
45-
46-
#carbonads {
47-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
48-
"Helvetica Neue", Helvetica, Arial, sans-serif;
49-
}
50-
51-
#carbonads {
52-
display: flex;
53-
max-width: 330px;
54-
background-color: hsl(0, 0%, 98%);
55-
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
56-
z-index: 100;
57-
}
58-
59-
#carbonads a {
60-
color: inherit;
61-
text-decoration: none;
62-
}
63-
64-
#carbonads a:hover {
65-
color: inherit;
66-
}
67-
68-
#carbonads span {
69-
position: relative;
70-
display: block;
71-
overflow: hidden;
72-
}
73-
74-
#carbonads .carbon-wrap {
75-
display: flex;
76-
}
77-
78-
#carbonads .carbon-img {
79-
display: block;
80-
margin: 0;
81-
line-height: 1;
82-
}
83-
84-
#carbonads .carbon-img img {
85-
display: block;
86-
}
87-
88-
#carbonads .carbon-text {
89-
font-size: 13px;
90-
padding: 10px;
91-
margin-bottom: 16px;
92-
line-height: 1.5;
93-
text-align: left;
94-
}
95-
96-
#carbonads .carbon-poweredby {
97-
display: block;
98-
padding: 6px 8px;
99-
background: #f1f1f2;
100-
text-align: center;
101-
text-transform: uppercase;
102-
letter-spacing: 0.5px;
103-
font-weight: 600;
104-
font-size: 8px;
105-
line-height: 1;
106-
border-top-left-radius: 3px;
107-
position: absolute;
108-
bottom: 0;
109-
right: 0;
110-
}
111-
</style>
11240

11341
<!-- Global site tag (gtag.js) - Google Analytics -->
11442
<script async src="https://www.googletagmanager.com/gtag/js?id=G-922Z47NPS0"></script>
@@ -139,13 +67,7 @@
13967
y.parentNode.insertBefore(t, y);
14068
})(window, document, "clarity", "script", "8q4bxin4tm");
14169
</script>
142-
<script
143-
async
144-
defer
145-
type="text/javascript"
146-
src="//cdn.carbonads.com/carbon.js?serve=CEAI6KJL&placement=particlesjsorg"
147-
id="_carbonads_js"
148-
></script>
70+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1784552607103901" crossorigin="anonymous"></script>
14971
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/preset-squares@3.2.0/tsparticles.preset.squares.bundle.min.js"></script>
15072
<script type="text/javascript">
15173
(async (engine) => {

0 commit comments

Comments
 (0)