Add Your Heading Text Here
Add Your Heading Text Here
Add Your Heading Text Here
.thermometer-wrapper {
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
background: #ddd;
border-radius: 40px;
overflow: hidden;
border: 3px solid #555;
position: relative;
margin: 0 auto;
}
/* Target the internal "fill" element that Blackbaud injects */
.thermometer-wrapper .BB-goal-meter__fill {
width: 100% !important;
position: absolute;
bottom: 0;
height: 0; /* widget will set the height */
background: red !important;
transition: height 0.5s ease-in-out;
}
/* Bulb */
.thermometer-wrapper::after {
content: "";
position: absolute;
bottom: -60px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 120px;
border-radius: 50%;
background: red;
border: 3px solid #555;
z-index: -1;
}
To Goal
Total Raised
Total Donations