(Created page with "<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Interlab</title> </head> <center> <h1>Interlab, iGEM IITM</h1><br><br><br> <div class="grid"> <div cla...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
<div class="grid1"> | <div class="grid1"> | ||
<h2>Fluorescence Raw Readings</h2> | <h2>Fluorescence Raw Readings</h2> | ||
− | <img src="T--IIT-Madras- | + | <img src="T--IIT-Madras--interlab2.png" alt="Interlab1" style="max-width: 800px;"> |
</div> | </div> | ||
<div class="grid2"> | <div class="grid2"> | ||
<h2>Abs600 Raw Readings:</h2> | <h2>Abs600 Raw Readings:</h2> | ||
− | <img src="T--IIT-Madras-interlab2.png" alt="interlab2" style="max-width: 800px;"> | + | <img src="T--IIT-Madras--interlab2.png" alt="interlab2" style="max-width: 800px;"> |
</div> | </div> | ||
Latest revision as of 17:46, 24 August 2018
<!doctype html>
Interlab, iGEM IITM
Fluorescence Raw Readings
Abs600 Raw Readings:
<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>