CSS

 <!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</title>
    <style>
        #negro{
            text-decoration: underline;
        }
        #mert{
            text-decoration: overline;
        }
        #ömer{
            text-decoration: line-through;
        }
        #ömercan{
            text-decoration: none;
        }
        #zehra{
            text-transform: lowercase;
        }
        #hüso{
            text-transform: uppercase;
        }
        #kaan{
            text-transform: capitalize;
        }
        #turgut{
            letter-spacing: -0.1em;
        }
        #kâsım{
            letter-spacing:0.5em;
        }
        h1{
            color: cyan;
        }
        #fatrig{
            text-indent:50px;
            color: darkcyan;
            font-weight:bold;
            font-family:monospace;
            font-size: 18px;
            line-height: 20px;
            text-align: justify;
        }
        h3{
            text-align: center;
            font-style: italic;
            font-weight: bold;
            font-family: verdana, sans-serif;
            font-size: 12px;
            line-height:15px;
            text-align: center;
        }
        body{
            background-image: url(img/tree-line.png);
            background-repeat: no-repeat;
            background-size: 75%;
            background-position: 200px 500px;
            background-color: lightyellow;
        }
    </style>
</head>
<body>
<p>Kodu Vereceğimi Sandınız :9</p>
</body>
</html>

Yorumlar

Bu blogdaki popüler yayınlar

sa

al2