-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext.html
48 lines (37 loc) · 1.12 KB
/
text.html
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
<!DOCTYPE html>
<html>
<head>
<title>cool text</title>
<link rel="stylesheet" type="text/css" href="https://sdan.cc/assets/css/colorgrad.css">
<style>
html {
display: flex;
justify-content: center;
align-items: center;
}
p {
font-weight: 600;
font-size: calc(5.75em + 1vmin);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h2 {
font-weight: 600;
font-size: calc(1.75em + 1vmin);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.divout {
background-clip: text;
}
</style>
</head>
<p>
backlinks to <span class="colorgrad" display="inline" kind="animated" >suryad.com</span> are always welcome!
</p>
<h2>
Just add: <xmp><a href="https://suryad.com">cool colors</a></xmp> to your site to help!
</h2>
<h2>
Code available here: <a href="https://sdan.io/gradientrepo">Github repo</a>
</h2>
<script async src="https://storage.googleapis.com/pingponganalytics/pingone.js"></script>
</html>