Difference between revisions of "Team:Rice/Model"

Line 8: Line 8:
 
   box-sizing: border-box;
 
   box-sizing: border-box;
 
}
 
}
 +
        #top_title {
 +
            display: none;
 +
        }
 +
        #home_logo, #sideMenu { display:none; }
 +
    #sideMenu, #top_title, .patrollink  {display:none;}
 +
        #content {  margin-left:-7px; margin-top:-7px; padding:0px; width:100%;}
 +
 +
        #topbox{
 +
            height:30vh;
 +
            background-image: url(https://static.igem.org/mediawiki/2019/a/a9/T--Rice--Modeling.svg);
 +
            background-size: cover;
 +
            background-position: 50% 50%;
 +
            background-attachment: absolute;
 +
            display: table;
 +
            background-color: #1f9ec1;
 +
        }
 +
        #topbox h1{
 +
            font-size: 80px;
 +
            color: white !important;
 +
            text-align: center;
 +
            margin: 0px;
 +
            display: table-cell;
 +
            vertical-align: middle;
 +
            line-height: 80px;
 +
            font-family: comfortaa;
 +
        }
 +
 
  #content {
 
  #content {
 
     left: 0px;
 
     left: 0px;
 
     height: 80%;
 
     height: 80%;
 
     padding: 0px;
 
     padding: 0px;
     width: 98%;
+
     width: 100%;
     margin-top: -9%;
+
     margin-left: 0px;
     margin-bottom: -7px;
+
    margin-top: 0px;
      
+
     margin-bottom: 0px;
 +
     background-color: #1f9ec1!important;
 
     }
 
     }
 +
.container {
 +
    background-color:white !important;
 +
}
 
/* Create two equal columns that floats next to each other */
 
/* Create two equal columns that floats next to each other */
 
.column {
 
.column {
Line 57: Line 88:
 
body {
 
body {
 
         margin: 0;
 
         margin: 0;
         background-color: #fff!important;
+
         background-color: #1f9ec1!important;
 
     }
 
     }
 
</style>
 
</style>
 
</head>
 
</head>
<div class="row" style = "background-color:#26849c!important;">
+
 
<img class="img-responsive" style="width:100%; padding:10px;" src=""/>  
+
<body>
<h1>Modeling</h1>
+
<div id="topbox">
 +
        <h1></h1>
 +
    </div>
 +
    <br />
 +
 
 +
<div class="container">
 +
<h1>Heading</h1>
 +
<p>sample text</p>
 +
 
 
  </div>
 
  </div>
 +
 +
</body>
 
</html>
 
</html>
 
{{Rice/footer}}
 
{{Rice/footer}}

Revision as of 08:29, 14 September 2019


Heading

sample text