Line 20: | Line 20: | ||
text-align: center; | text-align: center; | ||
} | } | ||
+ | |||
+ | .banner{ | ||
+ | color:#004d67; | ||
+ | background-color:#fff; | ||
+ | font-size:100px!important; | ||
+ | width:100%; height:300px; | ||
+ | text-align:center; | ||
+ | line-height: 300px; | ||
+ | } | ||
+ | |||
+ | .banner2{ | ||
+ | color:#fff; | ||
+ | background-color:#004d67 | ||
+ | font-size:100px!important; | ||
+ | width:100%; height:300px; | ||
+ | text-align:center; | ||
+ | line-height: 300px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 30: | Line 49: | ||
<a href="https://2018.igem.org/Team:SSHS-Shenzhen/Human_Practices/first_activity"> | <a href="https://2018.igem.org/Team:SSHS-Shenzhen/Human_Practices/first_activity"> | ||
− | < | + | <div class=“banner"> |
+ | First Activity | ||
+ | </div> | ||
</a> | </a> | ||
<a href="https://2018.igem.org/Team:SSHS-Shenzhen/Human_Practices/second_activity"> | <a href="https://2018.igem.org/Team:SSHS-Shenzhen/Human_Practices/second_activity"> | ||
− | < | + | <div class="banner2"> |
+ | Second Activity | ||
+ | </div> | ||
</a> | </a> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 10:20, 10 August 2018