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>Valentine's Day App</title>
<style>
body {
background: linear-gradient(45deg, #ff758c, #ff7eb3);
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin: 0;
font-family: 'Arial', sans-serif;
}
.container {
text-align: center;
position: relative;
z-index: 1;
}
h1 {
font-size: 50px;
color: white;
text-shadow: 0 0 20px #ff1e56;
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
Ejecutar