HTML








CSS

label {
    display: block;
    margin-top: 15px;
}

meter {
    width: 300px;
    height: 20px;
}

Result




Back To TIL