Line 52: | Line 52: | ||
outline: none; | outline: none; | ||
cursor: pointer; | cursor: pointer; | ||
− | padding: 20px | + | padding: 20px 270px ; |
transition: 0.3s; | transition: 0.3s; | ||
font-size: 200%; | font-size: 200%; | ||
Line 59: | Line 59: | ||
/* Change background color of buttons on hover */ | /* Change background color of buttons on hover */ | ||
div.tab button:hover { | div.tab button:hover { | ||
− | background-color: | + | background-color: pink; |
} | } | ||
/* Create an active/current tablink class */ | /* Create an active/current tablink class */ | ||
div.tab button.active { | div.tab button.active { | ||
− | background-color: | + | background-color: white; |
} | } | ||
Line 73: | Line 73: | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
border-top: none; | border-top: none; | ||
+ | font-size: 200%; | ||
} | } | ||
</style> | </style> |
Revision as of 16:22, 2 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.