.sitearka {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 1; /* Diğer elementlerin üstünde olacak bir değer */
}
/* Container için genel stil */
.bottom-container {
position:relative;
margin:auto;
width:600px;
height:109px;
background-color:white;
bottom:0px;
z-index: 2;
}
/* İçerik iç div için stil */
.bottom-container .inner {
width:600px;
height:25px;
background-color:yellow;
position:absolute;
bottom:0px;
}
/* İçerik paragraf stil */
.bottom-container p {
margin: 0; /* Paragraf kenar boşlukları */
}