.thermometer { float:right; width:100px; height:400px; border:1px solid grey; background-color:#eee; } .thermometer-stem { position:relative; width:40px
.thermometer {
float:right;
width:100px;
height:400px;
border:1px solid grey;
background-color:#eee;
}
.thermometer-stem {
position:relative;
width:40px;
height:320px;
margin:10px auto;
border:3px solid black;
border-radius:20px 20px 0 0;
border-bottom:none;
background-color:white;
z-index:2;
}
.thermometer-fill {
position:relative;
background-color:red;
}
.thermometer-bulb {
position:relative;
width:60px;
height:60px;
border-radius:50%;
margin:0 auto;
border:3px solid black;
top:-20px;
background-color:red;
z-index:1;
}
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.