#blok1
{
height:100px;
width:100px;	
background-color:red;
}

#blok2
{
min-height:100px;
min-width:100px;	
background-color:yellow;
}

#blok3
{
max-height:100px;
max-width:100px;	
background-color:green;
}