

div{}

div.table{
    background-color:white;
    display:inline;
    position:absolute;
    width:40px;
    border:10px black;
    color:black; 
    text-align:center;
    z-index:0;
    left:00px;
    top:0px;
}     
     
div.one {
    background-color:red;
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px black;
    color:black; 
    text-align:center;
    z-index:0;
    left:0px;
    top:0px;
}     

div.two {
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px black;
    color:black; 
    text-align:center;
    background-color:yellow;
    z-index:1;
    left:75px;
    top:75px;
}     

div.three {
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px  black;
    color:black; 
    text-align:center;
    background-color:lime;
    z-index:2;
    left:150px;
    top:150px;
}     

div.four {
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px  black;
    color:black; 
    text-align:center;
    background-color:blue;
    z-index:3;
    left:225px;
    top:225px;
}

div.five {
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px  black;
    color:black; 
    text-align:center;
    background-color:red;
    z-index:4;
    left:0px;
    top:300px;
} 

div.six {
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px  black;
    color:black; 
    text-align:center;
    background-color:yellow;
    z-index:5;
    left:75px;
    top:375px;
}  

div.seven {
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px  black;
    color:black; 
    text-align:center;
    background-color:lime;
    z-index:6;
    left:150px;
    top:450px;
}  

div.eight {
    display:block;
    position:absolute;
    width:200px;
    height:150px;
    border:10px  black;
    color:black; 
    text-align:center;
    background-color:blue;
    z-index:7;
    left:225px;
    top:525px;
}                                                                                                                                                                                       
