
a{
    background-color: darkred;
    color: white;
    padding: 1rem;
    margin: 1rem;
    text-decoration: none;
}

a:hover{
    background-color: red;
    color: white;
/* üzerine gelince*/
}

div{
    display: none;

}
div:target{
    display: block;
       
}
.odev{
    background-color: rgb(3, 47, 100);
    color: white;
    padding: .5rem;
    margin: .5rem;
    text-decoration: none;
    text-align: center;
    font-style: normal;  
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.odev:hover{
    background-color:rgb(3, 100, 82);
    color: white;
}


#h1{ text-align: center;
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 

}
#e h1 {
    background-color: rgb(3, 47, 100);
    padding: 15px;
    width: 1256px;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#a #b #c #d #e p{
    font-style: normal;  
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;  
}

 #tb{
    text-align: center;
    font-style: normal;  
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;  
 }
 #e> ul> ul{
    list-style: none; /*madde işaretlerini değiştirdik*/
    padding: 0;
    margin: 0;
    width: 100px;
    
}
#e> ul> ul> li{
    position: relative; /*alt menünün açıldığında pozisyonun menüye göre verilmesi sağlandı.*/

}
#e> ul> ul> li > a{
  
    text-decoration: none; /*altını üstünü çizmemesi için*/
    background-color: rgb(3, 47, 100);
    color: white;
    padding: .5rem;
    /*display: inline-block; /* inline kapladığın alan kadar al  varsayılan demek yatayda inline ol dikeyde blok ol dedik*/
    border-bottom: 1px solid silver; /* her kutunun altına çizgi çektik*/
    display: block; /* yukarıda with i 100 verince bütün alanı doldurmasını sağladık*/
    text-align: center;
    font-style: normal;  
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
#e> ul> ul> li > a:hover{
background-color:rgb(3, 100, 82);        
}       
#e> ul> ul>li > ul{
    position: absolute;
    list-style: none; /*madde işaretlerini değiştirdik*/
    /* padding: 0;
    margin: 0; */
    width: 300px;
    top: 0;
    left: 50%;
    display: none;     
}

#e> ul> ul> li:hover> ul{
    display: block;

}
#e div.cat {
    display: block;
    position: absolute;
    
    top: 50px;
    left: 10px;
    z-index: -1;

}
#e> ul> ul> li > ul > li >a {
    margin: 0px;
    background-color:rgb(3, 100, 82);
    color: white;
    padding: .5rem;
    /*display: inline-block; /* inline kapladığın alan kadar al  varsayılan demek yatayda inline ol dikeyde blok ol dedik*/
    border-bottom: 1px solid silver; /* her kutunun altına çizgi çektik*/
    display: block; /* yukarıda with i 100 verince bütün alanı doldurmasını sağladık*/
    text-align: center;

    /* width: 100px;  */
}
#e> ul> ul> li > ul > li >a:hover {
    background-color: rgb(3, 47, 100);
}



 
 