Difference between revisions of "Team:Macquarie Australia/PartsValidation"

(Created page with "{{Macquarie_Australia/NavBar}} <html> <link href="https://2018.igem.org/Team:Macquarie_Australia/CSS_Navbar?action=raw&ctype=text/css" rel="stylesheet"> <link href="h...")
 
Line 65: Line 65:
 
                 font-size: 13px;
 
                 font-size: 13px;
 
                 font-family: 'Quicksand', sans-serif;
 
                 font-family: 'Quicksand', sans-serif;
            }s
 
 
            .bio_paragraph{
 
                box-sizing: border-box;
 
                width: 100%;
 
                float: right;   
 
 
             }
 
             }
 +
        </style>
  
            .bio_page_grid{
 
                display: grid;
 
                grid-template-columns: 50% 50%;
 
                grid-template-rows: repeat(13, 50%);
 
            }
 
  
 +
    </head>
  
  
  
            /* For hte rotating image */
+
    <body>
            .Landing_image_container {
+
                width: 50%;
+
                display: flex;
+
                position: relative;
+
                margin: 0 auto;
+
                align-items: center;
+
                justify-content: center;
+
            }
+
  
            .Landing_image_container img {
+
        <!-- ADD NEW CODE HERE-->
                width: 100%;
+
            }
+
  
            .Landing_image_container img.overlap {
+
<!-- COPY AND PASTE everything between the lines for a new heading and block of content -->
                position: absolute;
+
<!-- ____________________________________________________________________________________________ -->
            }
+
  
        </style>
 
  
 +
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 +
    <h style= "font-size: 20px; font-weight: bold;">
  
    </head>
 
  
 +
<!-- Heading goes here -->Validation
  
 +
    </h>
 +
    <p style="text-align: justify">
  
    <body>
 
  
        <!-- ADD NEW CODE HERE-->
+
<!-- ENTER TEXT FOR THE PAGE HERE -->
 +
Example content number 1
 +
 
 +
 
 +
 
 +
    </p>
 +
</div>
 +
<br>
 +
<br>
 +
<!-- ____________________________________________________________________________________________ -->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<!-- ____________________________________________________________________________________________ -->
 +
 
 +
 
 +
<div style="width: 50%; margin-left: auto; margin-right: auto; display: block;">
 +
    <h style= "font-size: 20px; font-weight: bold;">
 +
 
 +
 
 +
<!-- Heading goes here -->content number 2
 +
 
 +
    </h>
 +
    <p style="text-align: justify">
 +
 
 +
 
 +
<!-- ENTER TEXT FOR THE PAGE HERE -->
 +
Example content number 2
 +
 
  
  
 +
    </p>
 +
</div>
 +
<br>
 +
<br>
 +
<!-- ____________________________________________________________________________________________ -->
  
  

Revision as of 13:06, 5 October 2018


Validation

Example content number 1



content number 2

Example content number 2