Template:Team:DukeHomePage/CSS
From 2014.igem.org
(Difference between revisions)
Line 108: | Line 108: | ||
} | } | ||
- | /* Makes the | + | /* Makes the square buttons */ |
- | . | + | .sq-button { |
display:block; | display:block; | ||
width:100px; | width:100px; | ||
Line 130: | Line 130: | ||
} | } | ||
- | . | + | .sq-button:hover { |
background: #000; | background: #000; | ||
opacity: 1; | opacity: 1; | ||
Line 137: | Line 137: | ||
margin-left: -5px; | margin-left: -5px; | ||
} | } | ||
- | |||
- | |||
- | |||
/* Button menu is black and aligned with big text */ | /* Button menu is black and aligned with big text */ | ||
Line 183: | Line 180: | ||
<table align="center"> | <table align="center"> | ||
<tr height="120px"> | <tr height="120px"> | ||
- | <td width="120px"><a class=" | + | <td width="120px"><a class="sq-button"> </a></td> |
- | <td width="120px"><a class=" | + | <td width="120px"><a class="sq-button"> </a></td> |
- | <td width="120px"><a class=" | + | <td width="120px"><a class="sq-button"> </a></td> |
- | <td width="120px"><a class=" | + | <td width="120px"><a class="sq-button"> </a></td> |
</tr> | </tr> | ||
</table> | </table> |
Revision as of 15:01, 22 July 2014