Team:IIT-Madras/Interlab

<!doctype html> Interlab

Interlab, iGEM IITM




Fluorescence Raw Readings

Interlab1

Abs600 Raw Readings:

interlab2


<style> .grid { display: grid;

 grid-template-columns: 50% 50%;

grid-template-areas: 'grid1 grid2';

 grid-gap: 10px;

 height: auto;

background-color: azure;

 margin: 0;
 padding: 0;

align-items: center; justify-items: center; align-content: center; justify-content: center; border:ridge; }



.grid1 {

 color: black;

text-transform: uppercase;

 background-color:#509CAB;
 
 justify-content: center;

align-content: center; flex-basis: auto;

 padding: 20px;
 margin: 0;

border-radius: 60px; grid-area: grid1; opacity: 0.8; }

.grid2 {

color: black; text-transform: uppercase;

 background-color:#509CAB;
 
 justify-content: center;

align-content: center; flex-basis: auto;

 padding: 20px;
 margin: 0;

border-radius: 60px; grid-area: grid2; opacity: 0.8;

}

</style>