Difference between revisions of "Team:BostonU/Parts"

Line 43: Line 43:
 
}
 
}
  
/* Style the buttons inside the tab */
 
 
div.tab button {
 
div.tab button {
 
     background-color: inherit;
 
     background-color: inherit;
Line 54: Line 53:
 
}
 
}
  
/* Change background color of buttons on hover */
 
 
div.tab button:hover {
 
div.tab button:hover {
 
     background-color: pink;
 
     background-color: pink;
 
}
 
}
  
/* Create an active/current tablink class */
 
 
div.tab button.active {
 
div.tab button.active {
 
     background-color: white;
 
     background-color: white;
 
}
 
}
  
/* Style the tab content */
 
 
.tabcontent {
 
.tabcontent {
 
     background-color: #fff0f0;
 
     background-color: #fff0f0;

Revision as of 17:41, 10 July 2017



REGISTRY PARTS



Summary

This is a summary of all the parts we submitted to registry


Description of First submitted part

Description of second submitted part.

Description of third submitted part.