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
<html lang="en">
<head>
<title>Battery</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h6>Copyright- Alhaaz©</h6>
<div id="bar"></div>
<div class="b">
<div id="battery">
<div id="float"></div>
<div id="float2"></div>
<div id="float3"></div>
<div id="float4"></div>
<div id="basefloat"></div>
<h2 id="charge">⚡</h2>
</div></div>
<div class="cable">
<div id="rec">
<div id="pin">
<div id="line1"></div>
<div id="line2"></div>
<div id="line3"></div>
</div>
<h5 id="company">Æ</h5>
</div>
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
h6{
color: white;
}
body{
text-align:center;
background-color: black;
overflow:hidden;
height:50%;
}
.cable{
position:relative;
top:60%;
left:46%;
width:10%;
height:100%;
}
#wire{
background-color: #ffffff;
position:absolute;
top:17%;
left:25%;
width:50%;
height:100%;
border:2px solid black
}
#rec{
background-color: #ffffff;
position:absolute;
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Запуск