html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Divine Theme - Visit My YouTube</title>
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background: linear-gradient(to top, #1a1a2e, #16213e, #0f3460);
color: white;
font-family: 'Arial', sans-serif;
overflow: hidden;
}
.glow {
font-size: 3rem;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0 0 10px #fff, 0 0 20px #ffcc00, 0 0 30px #ff9900, 0 0 40px #ff6600;
animation: glow 2s infinite alternate;
}
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Запуск