-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathexample.html
38 lines (32 loc) · 1.09 KB
/
example.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Split Text Demo</title>
<style>
body {
background-color:black;
color:whitesmoke;
font-family:Pacifico;
font-size: .85em;
padding:10%;
display:flex;
align-items:center;
justify-content:center;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.header {
text-shadow: 0 0 10px rgba(255, 255, 255, .5);
}
</style>
</head>
<body>
<h1 class="header">Hello am 48 year man from somalia. Sorry for my bed england. I selled my wife for internet connection for play "conter stirk" and i want to become the goodest player like you I play with 400 ping on brazil server and i am Global elite 2.</h1>
<script type="module" src="./example.js"></script>
</body>
</html>