Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 125: Line 125:
input[type="radio"]:checked+label{ font-weight: bold; }
input[type="radio"]:checked+label{ font-weight: bold; }
 +
input[type="radio"]:checked+text1{ display:none; }
 +
input[type="radio"]:checked+text2{ display:none; }
 +
 +
 +
.text1{
 +
position:absolute;
 +
top:20px;
 +
left:30px;
 +
}
 +
 +
.text2{
 +
position:absolute;
 +
top:20px;
 +
left:30px;
 +
}
</style>
</style>
</html>
</html>

Revision as of 05:10, 3 October 2014