Charging Battery CSS

Developer
Size
2,002 Kb
Views
155,848

How do I make an charging battery css?

I constructed a battery icon with CSS shapes, and then created a gradient that animates the charge function on hover state.. What is a charging battery css? How do you make a charging battery css? This script and codes were developed by Alex Coven on 11 August 2022, Thursday.

Charging Battery CSS Previews

Charging Battery CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Charging Battery CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> HOVER OVER ME <br>↓ <div class="battery">	<div class="inner"></div>	<div class="innerpre"></div>	<div class="posi"></div> </div>
</div> <script src="js/index.js"></script>
</body>
</html>

Charging Battery CSS - Script Codes CSS Codes

* {-webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
body { font-family: Helvetica, Sans-Serif; text-align:center; font-size:18pt; color:#3D3D3D; line-height:1em;}
.container {width:100%;}
.battery {display:block;
margin-left:25%; margin-right:25%;}
.innerpre { width: 0px;
height: 90px;
background: #8fc800;
position: absolute;
margin: 117px 0px 0px 153px; }
.inner { width: 224px;
height: 90px;
background: #3D3D3D;
position: absolute;
margin: 93px 0px 0px 129px;
border: 24px solid #fff;
outline: 21px solid #3D3D3D;}
.posi {width: 34px;
height: 89px;
background: #3D3D3D;
position: absolute;
margin: 118px 0px 0px 433px;}
.inner:hover + .innerpre,
.innerpre:hover { width: 224px; margin: 117px 0px 0px 153px; box-shadow:0px 0px 10px rgba(255,255,255,0.2) inset;}

Charging Battery CSS - Script Codes JS Codes

/* www.alexcoven.com • www.behance.net/alcoven • www.dribbble.com/alexcoven */
Charging Battery CSS - Script Codes
Charging Battery CSS - Script Codes
Home Page Home
Developer Alex Coven
Username alcoven
Uploaded August 11, 2022
Rating 3
Size 2,002 Kb
Views 155,848
Do you need developer help for Charging Battery CSS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alex Coven (alcoven) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!