html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>🎧calm music🎧</title>
</head>
<body>
<h1>🎵.calm music.🎶</h1>
<iframe height="330" width="340" src="https://www.youtube.com/embed/520Du4aXqKg?si=4uyuphm2UkwiAjVP"></iframe>
<br />
<iframe height="330"
width="340" src="https://www.youtube.com/embed/-l1vTrUVUZw?si=dS-LzSsTBaSoG6Oi"> </iframe>
<br />
<iframe height="330"
width="340" src="https://www.youtube.com/embed/iGdiKCsHU1g?si=6sKpcbxKBp7scAcj"> </iframe>
<br />
<p>_Thanks_</p>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
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
* {
margin:0;
padding:0;
}
body {
background-color:#000000;
display:flex;
align-content:center;
justify-content:center;
flex-direction:column;
width:100%;
text-align:center;
align-items:center;
padding-bottom:30px;
}
h1 {
margin:10px;
padding:0 2px;
text-shadow:2px 2px #6698FF;
font-weight:bold;
font-size:40px;color:#9AFEFF
}
p{
color:pink;
font-size:39px;
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
alert("🤗welcome to the third part (3) of my prefer calm music🤗")
alert("🎧This is some calming music that refreshes the soul🤫")
alert("🌺Lets start🌺")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run