Difference between revisions of "Team:Marburg/test"

Line 1: Line 1:
 
<html lang="en">
 
<html lang="en">
 +
 
   <head>
 
   <head>
 
     <style>
 
     <style>
 +
      body {
 +
        margin: 0;
 +
      }
  
 
       .foo {
 
       .foo {
Line 12: Line 16:
 
         max-height: 100vh;
 
         max-height: 100vh;
 
         overflow: hidden;
 
         overflow: hidden;
        background: yellow;
 
        z-index: 99;
 
      }
 
      body {
 
        margin: 0;
 
      }
 
 
      #content {
 
        margin: 0 !important;
 
 
       }
 
       }
  
 
       header {
 
       header {
        position: absolute;
+
         width: 100%;
        top: 0;
+
        left: 0;
+
         width: 100vw;
+
 
         height: 80px;
 
         height: 80px;
 
         line-height: 80px;
 
         line-height: 80px;
 +
        margin-left: -20px;
 
         font-size: 18px;
 
         font-size: 18px;
 
         text-align: center;
 
         text-align: center;
Line 68: Line 61:
 
   <body>
 
   <body>
 
     <div class="foo">
 
     <div class="foo">
<header>
+
      <header>
      <div class="header_wrapper">
+
        <div class="header_wrapper">
        <a href="https://2018.igem.org/Team:Marburg" class="header_logo">
+
          <a href="https://2018.igem.org/Team:Marburg" class="header_logo">
          <img src="https://static.igem.org/mediawiki/2018/3/3f/T--Marburg--header_logo.svg">
+
            <img src="https://static.igem.org/mediawiki/2018/3/3f/T--Marburg--header_logo.svg">
        </a>
+
          </a>
      </div>
+
        </div>
    </header>
+
      </header>
</div>
+
    </div>
   
+
 
   </body>
 
   </body>
  
 
</html>
 
</html>

Revision as of 15:37, 21 July 2019