|
|
(473 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
− | {{:Team:Jilin_China/CSS}}
| |
− | {{:Team:Jilin_China/Navbar}}
| |
− | {{:Team:Jilin_China/Js}}
| |
− | <html><!--For CSS and Js-->
| |
− | <link rel="stylesheet" type="text/css"
| |
− | href="https://2018.igem.org/Template:Jilin_China/Full_Page.css?action=raw&ctype=text/css" />
| |
− | <style>
| |
− | .s1 {
| |
− | height: calc(100% - 20px);
| |
− | width:100%;
| |
− | overflow: auto;
| |
− | }
| |
− | .section {
| |
− | height: calc(100% - 20px);
| |
− | width: 100%;
| |
− | border: 2px soild red;/*delete*/
| |
− | background: red;
| |
− | }
| |
− | .section p{
| |
− | box-sizing: border-box;
| |
− | padding: 0;
| |
− | margin: 0;
| |
− | }
| |
− | </style>
| |
− | </html>
| |
| | | |
− | <html>
| |
− | <section class="s1">
| |
− | <div class="section sc1">
| |
− | <h2>iGEM18</h2>
| |
− | <h3>JILIN CHINA</h3>
| |
− | </div>
| |
− | <div class="section sc2"><p>Section 2</p></div>
| |
− | <div class="section sc3"><p>Section 3</p></div>
| |
− | <div class="section sc4"><p>Section 4</p></div>
| |
− | </section>
| |
− | </html>
| |
− |
| |
− | <html>
| |
− | <script type="text/javascript" src="https://2018.igem.org/Template:Jilin_China/Full_Page.js?
| |
− | action=raw&ctype=text/javascript"></script>
| |
− | </html>
| |