(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{IIT-Madras}} | {{IIT-Madras}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <title>Interlab</title> | ||
+ | </head> | ||
+ | |||
+ | |||
+ | |||
+ | <body> | ||
+ | <center> | ||
+ | <h1>Interlab, iGEM IITM</h1><br><br><br> | ||
+ | |||
+ | <div class="grid"> | ||
+ | |||
+ | <div class="grid1"> | ||
+ | <h2>Fluorescence Raw Readings</h2> | ||
+ | <img src="T--IIT-Madras-interlab1.png" alt="Interlab1" style="max-width: 800px;"> | ||
+ | </div> | ||
+ | <div class="grid2"> | ||
+ | <h2>Abs600 Raw Readings:</h2> | ||
+ | <img src="T--IIT-Madras-interlab2.png" alt="interlab2" style="max-width: 800px;"> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </center> | ||
+ | </body> | ||
+ | <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> | ||
</html> | </html> |
Revision as of 17:59, 24 August 2018