putting label on top of input css

CSS
input, label {
    display:block;
}
Source

Also in CSS: