|
|
Line 5: |
Line 5: |
| <head> | | <head> |
| | | |
− | </head>
| |
− | <head>
| |
− |
| |
− | <style type="text/css">
| |
− |
| |
− | #menuContainer {
| |
− | /*display: none;*/
| |
− | }
| |
− |
| |
− | .header {
| |
− | /*display: none;*/
| |
− | }
| |
− |
| |
− | div#mainContainer {
| |
− | /*width: 100%;*/
| |
− | }
| |
− |
| |
− | #topcircle {
| |
− | background-color: lightblue;
| |
− | }
| |
− |
| |
− | #bottomcircle {
| |
− | background-color: lightblue;
| |
− | }
| |
− |
| |
− | #leftcircle {
| |
− | background-color: lightblue;
| |
− | }
| |
− |
| |
− | #rightcircle {
| |
− | background-color: lightblue;
| |
− | }
| |
− |
| |
− | #topcircle a {
| |
− | background-color: lightblue;
| |
− | }
| |
− |
| |
− | #bottomcircle a{
| |
− | background-color: lightblue;
| |
− | }
| |
− |
| |
− | #leftcircle a {
| |
− | background-color: lightblue;
| |
− | }
| |
− |
| |
− | #rightcircle a {
| |
− | top: 40px;
| |
− | }
| |
− |
| |
− | #topcircle:hover {
| |
− | background-image: url("http://askgeorgekopp.com/wp-content/uploads/2015/02/Verizons-Mobile-%E2%80%98Cookies%E2%80%99-Could-Take-the-Cake.jpg");
| |
− | background-size: cover;
| |
− | background-position: 50% 50%;
| |
− | }
| |
− |
| |
− | #bottomcircle:hover {
| |
− | background-image: url("http://askgeorgekopp.com/wp-content/uploads/2015/02/Verizons-Mobile-%E2%80%98Cookies%E2%80%99-Could-Take-the-Cake.jpg");
| |
− | background-size: cover;
| |
− | background-position: 50% 50%;
| |
− | }
| |
− |
| |
− | #leftcircle:hover {
| |
− | background-color: red;
| |
− | }
| |
− |
| |
− | #rightcircle:hover {
| |
− | background-color: red;
| |
− | }
| |
− |
| |
− | </style>
| |
| </head> | | </head> |
| | | |
| <body> | | <body> |
− |
| |
− |
| |
− | <a href="https://2015.igem.org/Team:BostonU/Team"><h3 id="topcircle" style="border-radius: 50%; width: 200px; height: 200px; border: 10px solid black; margin: auto"><div>Team</div></h3></a>
| |
− | <div id="bottomcircle" style="margin-left: 80px; border-radius: 50%; width: 200px; height: 200px; border: 10px solid black; position: absolute"><a href="https://2015.igem.org/Team:BostonU/Team">Project</a></div>
| |
− | <div id="leftcircle" style="margin-left: 515px; border-radius: 50%; width: 200px; height: 200px; border: 10px solid black;"><a href="https://2015.igem.org/Team:BostonU/Team">Achievements</a></div>
| |
− | <div id="rightcircle" style="border-radius: 50%; width: 200px; height: 200px; border: 10px solid black; margin: auto"><a href="https://2015.igem.org/Team:BostonU/Team">Notebook</a></div>
| |
− |
| |
− | <body>
| |
− |
| |
| | | |
| | | |