herkese selamlar
responsiv yaparken csss veriyorum işlemiyor 768px de işledi ama 320de farklı css verince işlemiyor nerede hata yapıyorum
320 px de bottoma 100 verdim ama bi değişiklik olmadı
şimdiden yardımcı olan herkese teşekkürler
SORUN HALLEDİLDİ HERKESE TEŞEKKÜRLER @media screen and (max-width:768px){
.ucuncu .bgym{
padding:5px 11px !important;
position:relative;
bottom:120px !important;
left:80px !important;
background-color:white;
border-radius:60px;
max-width:350px !important;
margin-bottom:150px !important;
}
}
@media screen and (max-width:320px){
.ucuncu .bgym{
padding:5px 11px !important;
position:relative;
bottom:100px !important;
left:80px !important;
background-color:white;
border-radius:60px;
max-width:350px !important;
margin-bottom:150px !important;
}
}