Goal: $10,000
Donated: $0
#thermometer {
width: 70px;
height: 300px;
position: relative;
background: #ddd;
border: 1px solid #aaa;
}
.track {
height: 280px;
top: 10px;
width: 20px;
border: 1px solid #aaa;
position: absolute;
background: #fff;
}
.progress {
height: 0%;
width: 100%;
background: rgb(20, 100, 20);
position: absolute;
top: 10px;
}
.goal {
position: absolute;
top: 300px;
left: 0;
width: 100%;
text-align: center;
font-size: 12px;
}
.amount {
position: absolute;
top: 315px;
left: 0;
width: 100%;
text-align: center;
font-size: 12px;
}