<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*     LÄ°DERLERÄ°MÄ°Z DIÅž Ã‡ERÃ‡EVE KODLARI */
 #haberlerdÄ±scerceve{
    width: 1440px;
    height: 902px;

    border-style: double;
    border-width: 10px;
    border-color: rgb(203, 42, 42);
    background-color:rgb(158, 153, 153);
    float: left;
    position: relative;

    top: 10px;

}

.haberleracÄ±klamametni{
    width: 1200px;
    height: 150px;
    border: 4px solid;
    border-radius: 25px;
    background-color: aqua;
    margin: 50px;
    position: relative;
    left: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: center;
    font-size: 25px;
}


    /* YAN MENÃœ - YÃ–NETÄ°M KURULU DIÅž Ã‡ERÃ‡EVE */
    #yanmenÃ¼1{
        width: 1200px;
        height: 220px  ;
        border-style: solid;
        border-width: 5px;
        border-color:steelblue;
        border-radius: 25px;
        background-color:bisque;
        position: relative;
        left: 100px;
        top: 100PX;
        float: left;
        top: 10px;
        text-align: center;
        font-size: 20px;
    }
    
    /* YAN MENÃœ - kayseri */
    #yanmenÃ¼2{
        width: 1200px;
        height: 260px  ;
        border-style: solid;
        border-width: 5px;
        border-color:steelblue;
        border-radius: 25px;
        background-color:bisque;
        position: relative;
        left: 100px;
        top: 100PX;
        float: left;
        top: 10px;
        text-align: center;
        font-size: 20px;
    }
        /* YAN MENÃœ - sakarya */
        #yanmenÃ¼3{
            width: 1200px;
            height: 150px  ;
            border-style: solid;
            border-width: 5px;
            border-color:steelblue;
            border-radius: 25px;
            background-color:bisque;
            position: relative;
            left: 100px;
            top: 100PX;
            float: left;
            top: 10px;
            text-align: center;
            font-size: 20px;
        }
    

    #osman{
        width: 200px;
        height: 200px;
        border: 2px solid black;

        border-radius: 110px;
        position: relative;
        top: 10px;
        left: 10px;
        float: left;
      
    }
    #sakarya{
        width: 140px;
        height: 140px;
        border: 2px solid black;

        border-radius: 110px;
        position: relative;
        top: 5px;
        left: 10px;
        float: left;
      
    }
    span{
        font-style: italic;
        color: red;
    }</pre></body></html>