Difference between revisions of "Team:Austin LASA"

Line 27: Line 27:
 
   font-size: 1.2em;
 
   font-size: 1.2em;
 
   display: flex;
 
   display: flex;
 +
}
 +
#tube {
 +
  height: 30vh;
 
}
 
}
 
</style>
 
</style>
Line 35: Line 38:
 
   h('h3', null, 'HIV1 Detection in Infants'),
 
   h('h3', null, 'HIV1 Detection in Infants'),
 
   h('div', {id: 'content2'},
 
   h('div', {id: 'content2'},
     h('img', {src: 'https://static.igem.org/mediawiki/2018/3/36/T--Austin_LASA--Tube2.png'}),
+
     h('img', {id: 'tube', src: 'https://static.igem.org/mediawiki/2018/3/36/T--Austin_LASA--Tube2.png'}),
 
     h('div', null,
 
     h('div', null,
 
       h('p', null, 'Diagnosis of HIV in infants is a pressing problem in many developing countries. Many available diagnostic systems are ineffective at diagnosing infants and/or are difficult to implement in resource-limited settings. As a result, many children who could receive life-altering antiretroviral therapies do not.'),
 
       h('p', null, 'Diagnosis of HIV in infants is a pressing problem in many developing countries. Many available diagnostic systems are ineffective at diagnosing infants and/or are difficult to implement in resource-limited settings. As a result, many children who could receive life-altering antiretroviral therapies do not.'),

Revision as of 09:32, 17 October 2018