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
<!-- Created by Amardeep kesharwani -->
<!-- Created by 💞tนktúk
tanku amardeep bhiyà for big help
this is modified code of
amardeep bhiya
code--https://code.sololearn.com/WE5eSotBn5gy/?ref=app-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Amardeep Kesarwani" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Love boy àk 💙</title>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
</head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
</head>
<body>
<section class="fixed" >
<article class="article" >
<h1>Loading...</h1>
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
/* Created by Amardeep kesharwani */
/* Created by 💞tนktนk➹ */
/* Created by Amardeep kesharwani */
*{
margin:0;
padding:0;
box-sizing:border-box;
}
body {
font-family:sans-serif;
font-weight:400;
line-height:1.5;
font-size:1rem;
}
a,a:hover {
text-decoration:none;
}
img {
width:100%;
}
button {
display:inline-block;
outline:none;
border:none;
top:120px;
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
// Created by Amardeep kesharwani
// Created by 💞tนktนk➹
// Created by Amardeep kesharwani
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run