Difference between revisions of "Team:UCL/Playingaround3"

Line 89: Line 89:
  
  
.button1 .button2 .button3  
+
#button1 #button2 #button3  
 
  {
 
  {
 
   display: inline-block;
 
   display: inline-block;
Line 116: Line 116:
 
}
 
}
  
.button1 {  background-color: #F49794;}
+
#button1 {  background-color: #F49794;}
.button2 {  background-color: #61D9D2;}
+
#button2 {  background-color: #61D9D2;}
.button3
+
#button3
 
  {
 
  {
 
   background-color: #006C93;
 
   background-color: #006C93;
 
}
 
}
  
  .button1:hover {text-decoration: none; background-color: #FE6C68;}
+
  #button1:hover {text-decoration: none; background-color: #FE6C68;}
   .button2:hover {text-decoration: none; background-color: #4EAEA8;}
+
   #button2:hover {text-decoration: none; background-color: #4EAEA8;}
     .button3:hover {text-decoration: none; background-color: #1E6073}
+
     #button3:hover {text-decoration: none; background-color: #1E6073}
 
    
 
    
 
</style>
 
</style>
Line 136: Line 136:
  
 
       <div class="intro-buttons" id="box-links">
 
       <div class="intro-buttons" id="box-links">
         <a  data-scroll data-options='{ "easing": "linear" }' href="#intro1" class="button1">Intro</a>
+
         <a  data-scroll data-options='{ "easing": "linear" }' href="#intro1" id="button1">Intro</a>
             <a data-scroll data-options='{ "easing": "linear" }' href="#abstract" class="button2">Abstract</a>
+
             <a data-scroll data-options='{ "easing": "linear" }' href="#abstract" id="button2">Abstract</a>
               <a data-scroll data-options='{ "easing": "linear" }' href="#motivation" class="button3">Why to do it?</a>
+
               <a data-scroll data-options='{ "easing": "linear" }' href="#motivation" id="button3">Why to do it?</a>
 
       </div>
 
       </div>
  

Revision as of 22:38, 29 June 2015

1
2
3
abstract
why