Difference between revisions of "Team:UM Macau/Experiments"

Line 1: Line 1:
 
{{UM_Macau/WikiStripDown}}{{UM_Macau/Bootstrap}}{{UM_Macau/Navbar}}
 
{{UM_Macau/WikiStripDown}}{{UM_Macau/Bootstrap}}{{UM_Macau/Navbar}}
 +
 +
<html>
 +
<head>
 +
 +
<style>
 +
html,body{
 +
height: 100%;
 +
width: 100%;
 +
background-color: #131111;
 +
color: white;
 +
scroll-behavior: smooth;
 +
font-family:"Poppins";
 +
overflow-x: hidden;
 +
}
 +
 +
#home{
 +
background: url(https://static.igem.org/mediawiki/2019/c/cd/T--UM_Macau--homepicnew1.png) no-repeat center;
 +
display: table;
 +
height: 100%;
 +
position: relative;
 +
width: 100%;
 +
background-size: cover;
 +
text-align: center;
 +
}
 +
 +
</style>
 +
 +
 +
</head>
 +
 +
<body>
 +
 +
<div id="home">
 +
</div>
 +
 +
</body>
 +
<html>

Revision as of 17:45, 11 October 2019