Line 28: | Line 28: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: cover; | background-size: cover; | ||
+ | } | ||
+ | |||
+ | .custom{ | ||
+ | min-width: 100%; | ||
+ | min-height: 50%; | ||
+ | height: 500px; | ||
+ | width: 100%; | ||
} | } | ||
</style> | </style> | ||
Line 36: | Line 43: | ||
<body> | <body> | ||
<div class="column full_size" style="background-color: black;"> | <div class="column full_size" style="background-color: black;"> | ||
+ | <div class="custom"> | ||
<img src="https://static.igem.org/mediawiki/2017/3/3d/Harvard--Long_Banner.jpeg"> | <img src="https://static.igem.org/mediawiki/2017/3/3d/Harvard--Long_Banner.jpeg"> | ||
+ | </div> | ||
</div> | </div> | ||
Revision as of 01:34, 29 October 2017