Difference between revisions of "Team:KoreaSonyeodul/Composite Part"

 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
       .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
 
       .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
 
       .site {width: 100%}
 
       .site {width: 100%}
      .site h1 {
+
            .site h1 {
       margin-top: 250px;
+
       margin-top: 15%;
 
       color: #ffffff;
 
       color: #ffffff;
 
       text-decoration: none;
 
       text-decoration: none;
       font-size: 80px;
+
       font-size: 800%;
       height: 35px;
+
       height: 35px; <!--error-->
 
       background-color: rgba(255, 255, 255, 0.0);}
 
       background-color: rgba(255, 255, 255, 0.0);}
 
       .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
 
       .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px;
       font-size: 50px;
+
       font-size: 300%;
 
       color: #ffffff;
 
       color: #ffffff;
       height: 30px;
+
font-weight: 100;
 +
       height: 30px;<!--error-->
 
       }
 
       }
 
       table {text-align: center;}
 
       table {text-align: center;}
 
       .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
 
       .site .mainBox .mainBox1 {width: 1000px; margin-left: auto; margin-right: auto;}
 
+
.content h1 {
 +
font-size: 30px;
 +
line-height: 1.3em;
 +
}
 +
.content h2 {
 +
font-size: 25px;
 +
line-height: 1.3em;
 +
font-weight: normal;
 +
}
 +
   
 
       <!--FadeIn-->
 
       <!--FadeIn-->
 
       @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
 
       @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
Line 75: Line 85:
 
     </style>
 
     </style>
 
     <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link>
 
     <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link>
     <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+
     <link href="https://fonts.googleapis.com/css?family=Roboto:100,300" rel="stylesheet">
 
       <meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 
       <meta name= "viewport" content = "initial-scale=1.0, width= device-width" />
 
     </link>
 
     </link>
Line 99: Line 109:
  
 
     <!--TitleBoxes-->
 
     <!--TitleBoxes-->
 +
<div class="content">
 
     <div id="wrap">
 
     <div id="wrap">
 
       <div class="box fade-in two">
 
       <div class="box fade-in two">
         <font size="5px">A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. BBa_I13507 is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
+
         <h2>A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. BBa_I13507 is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
         <br/>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</font>
+
         <br/>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</h2>
 
       </div>
 
       </div>
 +
</div>
  
  

Latest revision as of 09:53, 9 October 2016

COMPOSITE

Main Subtitle

A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. BBa_I13507 is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).