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">
<title>Spring Butterfly Garden</title>
<style>
body {
margin: 0;
padding: 0;
background: url('https://i.ibb.co/vC5sdRxS/sky-background-video-conferencing-23-2148630092-HD.jpg') no-repeat center center;
background-size: cover;
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: 'Segoe UI', sans-serif;
}
h1 {
color: #4b2e83;
margin-bottom: 20px;
background: rgba(255, 255, 255, 0.7);
padding: 10px 20px;
border-radius: 12px;
}
css
css
1
2
3
body {
}
js
js
1
BROWSER
Console
Run