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>Document</title>
<style>
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
overflow: hidden;
height:100vh;
background-color:rgb(245,245,245);
}
iframe{
margin-top:-50px;
height:100%;
width: 100%;
}
</style>
</head>
<body>
<iframe src="https://kapilunstoppable.github.io/currency-convertor/" scrolling="no"></iframe>
<div class="yt">
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
iframe{
position:relative ;
top:45px;
}
.yt{
position: absolute;
margin-top: -30px;
margin-left:20px;
width: 320px;
text-align: center;
padding: 10px;
border-radius: 5px;
color: white;
background: rgb(0, 132, 255);
cursor:pointer ;
border:1px solid rgb(250,230,250);
}
.yt a{
font-size: 20px;
color: white;
text-decoration: none;
font-weight: bold;
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("Pls subscribe my channel 😅🫶")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run