Kayıtlar

Şubat, 2025 tarihine ait yayınlar gösteriliyor

Akıllı Saat

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Document Ama Eyüqün </ title >     < link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin = "anonymous" > </ head > < body style = " background-color: lightgreen; " >         < div class = "row mx-3 my-3" >         < div class = "col bg-info p-3" > salam </ div >     </ div >     < div class = "row mx-3 my-3" >         < div class = "col-6 p-5 my-2...

Büyülüp Küçülen Küpler

  <! DOCTYPE html > < html lang = "tr" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < link rel = "shortcut icon" href = "favicon.ico" type = "image/x-icon" >     < title > Turgut </ title >     < style >         /* Varsayılan stil: Küçük ekranlarda küçük reklamı göster */         body {             margin : 0 ;             padding : 0 ;             background-color : rgb ( 204 , 25 , 12 ) ;             transition : all 1s ease-in-out ;         }         div {             margin : 5 ;             padding : 5 ;       ...