Pure CSS Glowing Volume Dial

Developer
Size
2,876 Kb
Views
32,384

How do I make an pure css glowing volume dial?

100% CSS volume dial with a glow (music not included). What is a pure css glowing volume dial? How do you make a pure css glowing volume dial? This script and codes were developed by Luke Watts on 14 August 2022, Sunday.

Pure CSS Glowing Volume Dial Previews

Pure CSS Glowing Volume Dial - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure CSS Glowing Volume Dial</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="face"> <div class="bubble"></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Pure CSS Glowing Volume Dial - Script Codes CSS Codes

.face::after, .face::before, .bubble { position: absolute;
}
.face::after, .face::before { content: ""; display: block;
}
.face, .face::after, .face::before, .bubble { border-radius: 50%;
}
*,
*::before,
*::after { box-sizing: border-box;
}
html { font-size: 100%; min-height: 100%;
}
body { background-color: #292929; background: -webkit-radial-gradient(top, circle, rgba(61, 61, 61, 0.99), #000000); background: radial-gradient(circle at top, rgba(61, 61, 61, 0.99), #000000);
}
.face { height: 8em; width: 8em; position: relative; margin: 4em auto; background: #262626; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.face::after { height: 10em; width: 10em; top: -1em; left: -1em; z-index: -1; box-shadow: inset 0 -3px 6px rgba(64, 191, 128, 0.1), 0 2px 12px rgba(64, 191, 128, 0.7); background: -webkit-linear-gradient(top, #404040, #030303); background: linear-gradient(to bottom, #404040, #030303);
}
.face::before { height: 12em; width: 12em; top: -2em; left: -2em; z-index: -2; background: -webkit-linear-gradient(top, #080808, #262626); background: linear-gradient(to bottom, #080808, #262626); box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.bubble { height: 1.4em; width: 1.4em; top: 5.25em; left: 5.25em; background: #141414; background: -webkit-radial-gradient(5% top, circle, rgba(64, 64, 64, 0.5), #000000); background: radial-gradient(circle at 5% top, rgba(64, 64, 64, 0.5), #000000); box-shadow: inset 0 2px 4px black, 0 1px 0 rgba(255, 255, 255, 0.1);
}
Pure CSS Glowing Volume Dial - Script Codes
Pure CSS Glowing Volume Dial - Script Codes
Home Page Home
Developer Luke Watts
Username lukewatts
Uploaded August 14, 2022
Rating 3
Size 2,876 Kb
Views 32,384
Do you need developer help for Pure CSS Glowing Volume Dial?

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!

Luke Watts (lukewatts) Script Codes
Create amazing blog posts 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!