CSS Donation Thermometer

Developer
Size
2,331 Kb
Views
70,840

How do I make an css donation thermometer?

Built so a PHP variable can control the percentage of completed donations.. What is a css donation thermometer? How do you make a css donation thermometer? This script and codes were developed by Tommy Creenan on 30 August 2022, Tuesday.

CSS Donation Thermometer Previews

CSS Donation Thermometer - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Donation Thermometer</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="donation-meter"> <strong>Our Goal</strong> <strong class="goal">$9,001</strong> <span class="glass"> <strong class="total" style="bottom: 30%">$4,500</strong> <span class="amount" style="height: 30%"></span> </span> <div class="bulb"> <span class="red-circle"></span> <span class="filler"> <span></span> </span> </div>
</div>
</body>
</html>

CSS Donation Thermometer - Script Codes CSS Codes

body { font-family: Helvetica;
}
.donation-meter { margin-left: 30px; width: 100px;
}
.donation-meter .glass { background: #e5e5e5; border-radius: 100px 100px 0 0; display: block; height: 300px; margin: 0 35px 10px; padding: 5px; position: relative; width: 20px;
}
.donation-meter .amount { background: #f34e54; border-radius: 100px; display: block; width: 20px; position: absolute; bottom: 5px;
}
.donation-meter strong { display: block; text-align: center;
}
.donation-meter .goal { font-size: 30px;
}
.donation-meter .total { font-size: 16px; position: absolute; right: 35px;
}
.bulb { background: #e5e5e5; border-radius: 100px; display: block; height: 50px; margin: 0 35px 10px; padding: 5px; position: relative; top: -20px; right: 15px; width: 50px;
}
.bulb .red-circle { background: #f34e54; border-radius: 100px; display: block; height: 50px; width: 50px;
}
.bulb .filler { background: #f34e54; border-radius: 100px 100px 0 0; display: block; height: 30px; width: 20px; position: relative; top: -65px; right: -15px; z-index: 30;
}
CSS Donation Thermometer - Script Codes
CSS Donation Thermometer - Script Codes
Home Page Home
Developer Tommy Creenan
Username TommyCreenan
Uploaded August 30, 2022
Rating 3.5
Size 2,331 Kb
Views 70,840
Do you need developer help for CSS Donation Thermometer?

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!

Tommy Creenan (TommyCreenan) Script Codes
Create amazing marketing copy 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!