|
|
Line 301: |
Line 301: |
| | | |
| | | |
− | /* button class */ | + | |
− | .igem_2017_content_wrapper .button{
| + | |
− | max-width: 35%;
| + | |
− | margin: 30px auto;
| + | |
− | padding: 12px 10px;
| + | |
− | background-color: #3399ff;
| + | |
− | text-align: center;
| + | |
− | color: #ffffff;
| + | |
− | -webkit-transition: all 0.4s ease;
| + | |
− | -moz-transition: all 0.4s ease;
| + | |
− | -ms-transition: all 0.4s ease;
| + | |
− | -o-transition: all 0.4s ease; transition: all 0.4s ease;
| + | |
− | }
| + | |
− | | + | |
− | /* styling for button on hover */
| + | |
− | .igem_2017_content_wrapper .button:hover{
| + | |
− | background-color: #3399ff;
| + | |
− | color: #000000;
| + | |
− | }
| + | |
− | | + | |
| | | |
| | | |