Template:Team:DukeHomePage/CSS

From 2014.igem.org

(Difference between revisions)
Line 100: Line 100:
color:#000;
color:#000;
}
}
 +
 +
          
          
 +
.round-button {
 +
    display:block;
 +
    width:50px;
 +
    height:50px;
 +
    line-height:50px;
 +
    border: 2px solid #f5f5f5;
 +
    border-radius: 50%;
 +
    color:#f5f5f5;
 +
    text-align:center;
 +
    text-decoration:none;
 +
    background: #464646;
 +
    box-shadow: 0 0 3px gray;
 +
    font-size:20px;
 +
    font-weight:bold;
 +
}
 +
 +
.round-button:hover {
 +
    background: #262626;
 +
}
</style>
</style>

Revision as of 19:23, 21 July 2014