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;
            width: 100px;
            height: 100px;
            background-color: rgb(54, 12, 204);
            transition: all 1s ease-in-out;
        }
       
        @media screen and (min-width: 600px) {
            body {background-color: rgb(34, 5, 163);}
            div {width: 500px; height: 500px; background-color: rgb(204, 25, 12);}
        }
    </style>
</head>
<body>
    <div id="minik">a</div>
</body>
</html>

Yorumlar

Bu blogdaki popüler yayınlar

sa

al2