table#lihtne, td{
    /*htnl failis id=lihtne*/
    width:60%;
    border: 1px solid black;
    text-align: center; /*teksti joondamne keskel*/
    padding: 10px; /*vahe tekstist ääriseni*/
    /*border-collapse: collapse;*/
}
table#keeruline1 td{
    /*html failis id=keeruline1*/
    width:50%;
    border: 1px solid black;
    text-align: center; /*teksti joodamine keskel*/
    padding: 2px; /*vahe tekstis ääriseni*/
    /*border-collapse: collapse;*/
    background-color: deeppink;

}
table#keeruline2 td{
    /*html failis id=keeruline2*/
    width:60%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskel*/
    padding: 2px; /*vahe tekstist õääriseni*/



}

/*tabeli pseudoelement kasutamine*/
#lihtne tr:nth-child(1) td:nth-child(1){/*1.rida 1.lahter*/
background-color: aqua;
}

#lihtne tr:nth-child(1) td:nth-child(2){/*1.rida 2.lahter*/
    background-color: yellow;
}

#lihtne tr:nth-child(1) td:nth-child(3){/*1.rida 3.lahter*/
    background-color: #8a6d3b;
}

#lihtne tr:nth-child(1) td:nth-child(4){/*1.rida 4.lahter*/
    background-color: #419641;
}


#iseseisev{
    /*html failis id=keeruline2*/
    width:5%;
    border: 1px solid black;
    text-align: center; /*teksti joondamine keskel*/
    padding: 2px; /*vahe tekstist õääriseni*/



}

#iseseisev tr:nth-child(1) td:nth-child(1){
    background-color: yellow;
}

#iseseisev tr:nth-child(1) td:nth-child(2){
    background-color: #419641;
}

#iseseisev tr:nth-child(2) td:nth-child(1){
    background-color: #46b8da;
}

#iseseisev tr:nth-child(3) td:nth-child(1){
    background-color: #d43f3a;
}

#iseseisev tr:nth-child(3) td:nth-child(2){
    background-color: #8d8d8d;
}

#iseseisev tr:nth-child(3) td:nth-child(3){
    background-color: #761c19;
}

#iseseisev tr:nth-child(3) td:nth-child(2){
    background-color: blueviolet;
}

#iseseisev tr:nth-child(4) td:nth-child(1){
    background-color: pink;
}

#iseseisev tr:nth-child(5) td:nth-child(1){
    background-color: darkseagreen;
}

#iseseisev tr:nth-child(5) td:nth-child(2){
    background-color: yellowgreen;
}

#iseseisev tr:nth-child(6) td:nth-child(1){
    background-color: wheat;
}