wie man Div -Position in CSS an der Spitze erstellt
div.c {
position: absolute;
top: 50px;
}
Marawan Mamdouh
div.c {
position: absolute;
top: 50px;
}