cara membuat posisi div teratas di css
div.c {
position: absolute;
top: 50px;
}
Marawan Mamdouh
div.c {
position: absolute;
top: 50px;
}