Team:GeorgiaTech/Project/Overview
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | . | + | .meterouter { |
font-family: Tahoma; | font-family: Tahoma; | ||
font-size: 14px; | font-size: 14px; | ||
Line 16: | Line 16: | ||
border-radius: 25px; | border-radius: 25px; | ||
padding: 0px 10px 10px 10px; | padding: 0px 10px 10px 10px; | ||
+ | -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); | ||
+ | -moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3); | ||
+ | box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3); | ||
+ | } | ||
+ | .meterinner { | ||
+ | height: 20px; /* Can be anything */ | ||
+ | position: relative; | ||
+ | background: #000; | ||
+ | -moz-border-radius: 25px; | ||
+ | -webkit-border-radius: 25px; | ||
+ | border-radius: 25px; | ||
+ | padding: 0px; | ||
-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); | -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); | ||
-moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3); | -moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3); | ||
Line 51: | Line 63: | ||
<body> | <body> | ||
<div class="content"> | <div class="content"> | ||
- | <div class=" | + | <div class="meterouter"> |
+ | <div class="meterinner"> | ||
<p>RBS Cloning Using PCR Primers: 15%</p> | <p>RBS Cloning Using PCR Primers: 15%</p> | ||
- | |||
<span style="width: 15%"></span> | <span style="width: 15%"></span> | ||
- | + | </div> | |
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 16:39, 26 June 2014
RBS Cloning Using PCR Primers: 15%