Line 64: | Line 64: | ||
width: 100% | width: 100% | ||
background-color:#fff; | background-color:#fff; | ||
+ | } | ||
+ | .bannerbox { | ||
+ | background:#e2e2e2; | ||
+ | border:0px solid; | ||
+ | border-color: #e2e2e2; | ||
+ | margin-top: 0px; | ||
+ | box-sizing: border-box; | ||
+ | background-clip: padding-box; | ||
+ | padding:0 20px 20px 20px; | ||
+ | height:750px; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | .center { | ||
+ | position: absolute; | ||
+ | left: 200px; | ||
+ | top:150px; | ||
} | } | ||
Line 69: | Line 86: | ||
</style> | </style> | ||
</head> | </head> | ||
− | |||
− | |||
− | |||
− | |||
<!-- Banner--> | <!-- Banner--> | ||
− | + | ||
− | <div class = " | + | <div class = "bannerbox" style ="background-color:#e2e2e2"> |
− | <div class = " | + | <div class = "center"> |
− | + | <img src="https://static.igem.org/mediawiki/2017/5/5e/T--Sydney_Australia--SafetyBanner.gif" width="80%"> | |
− | + | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 23:47, 17 October 2017