Difference between revisions of "Team:NU Kazakhstan/Team"

Line 2: Line 2:
 
<html>
 
<html>
 
<head>
 
<head>
<style type="text/css">
 
        .button {
 
          width: 130px;
 
    border: 2px solid #3aa76c;
 
    background-color: #FFFFFF;
 
    height: 30px;
 
    text-align: center;
 
        border-radius: 5px;
 
        padding: 10px 5px 0px 5px;
 
        margin: auto;
 
/*animate transition */
 
-webkit-transition: background 0.2s linear;
 
-moz-transition: background 0.2s linear;
 
-ms-transition: background 0.2s linear;
 
-o-transition: background 0.2s linear;
 
transition: background 0.2s linear;
 
    }
 
 
.button:hover {
 
    background-color: #3aa76c;
 
    color: white;
 
    }
 
</style>
 
 
</head>
 
 
 
<div class="button">
 
 
HOME
 
 
</div>
 
 
 
 
<div class="button">
 
TEAM
 
</div>
 
  
 
            
 
            

Revision as of 05:53, 28 July 2015