Difference between revisions of "Team:Rice/Parts"

Line 1: Line 1:
 +
 +
 
{{Rice/NavBar3}}
 
{{Rice/NavBar3}}
 
{{Rice/Backdrop}}
 
{{Rice/Backdrop}}
Line 8: Line 10:
 
   box-sizing: border-box;
 
   box-sizing: border-box;
 
}
 
}
  #content {
+
        #top_title {
    left: 0px;
+
            display: none;
    height: 80%;
+
        }
    padding: 0px;
+
        #home_logo, #sideMenu { display:none; }
    width: 98%;
+
    #sideMenu, #top_title, .patrollink {display:none;}
    margin-top: -9%;
+
        #content {  margin-left:-7px; margin-top:-7px; padding:0px; width:100%;}
    margin-bottom: -7px;
+
 
   
+
        #topbox{
    }
+
            height:30vh;
 +
            background-image: url(https://static.igem.org/mediawiki/2019/7/70/T--Rice--Parts.svg);
 +
            background-size: cover;
 +
            background-position: 50% 50%;
 +
            background-attachment: absolute;
 +
            display: table;
 +
        }
 +
        #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 {
 +
        left: 0px;
 +
        height: 100%;
 +
        padding: 0px;
 +
        width: 100%;
 +
        margin-top: 0px;
 +
        margin-left: 0px;
 +
        margin-bottom: 0px;
 +
        background-color: #1f9ec1!important;
 +
        }
 +
 
 
/* Create two equal columns that floats next to each other */
 
/* Create two equal columns that floats next to each other */
 
.column {
 
.column {
Line 61: Line 90:
 
</style>
 
</style>
 
</head>
 
</head>
<div class="row" style = "background-color:#26849c!important;">
+
 
<img class="img-responsive" style="width:100%; padding:10px;" src=""/>  
+
<body>
<h1>Parts</h1>
+
 
 +
    <div id="topbox">
 +
        <h1></h1>
 +
    </div>
 +
    <br />
 +
 
 +
<div id="content">
 +
 
 +
<div class="container">
 +
<br />
 +
<br />
 
  </div>
 
  </div>
 +
</body>
 
</html>
 
</html>

Revision as of 21:00, 10 September 2019