mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Add draft Neopixel page
This commit is contained in:
@ -16,6 +16,30 @@ body {
|
||||
box-shadow: 0px 5px 5px #88888895;
|
||||
}
|
||||
|
||||
.firmwareSelector input[type="radio"] {
|
||||
opacity: 0;
|
||||
position: fixed;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.firmwareSelector label {
|
||||
display: inline-block;
|
||||
background-color: #ddd;
|
||||
padding: 8px 20px;
|
||||
font-size: 16px;
|
||||
font-weight:bold;
|
||||
border: 2px solid #444;
|
||||
border-radius: 6px;
|
||||
margin:0;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.firmwareSelector input[type="radio"]:checked + label {
|
||||
background-color:#00c5ae31;
|
||||
border-color: #00c5ad;
|
||||
font-weight:bolder;
|
||||
}
|
||||
|
||||
#menu img {
|
||||
max-height:2.5em;
|
||||
margin-bottom:-14px;
|
||||
|
Reference in New Issue
Block a user