Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
resistor-calculator [2024/07/15 20:26] – steve.wang | resistor-calculator [2024/07/15 20:32] (current) – steve.wang | ||
---|---|---|---|
Line 8: | Line 8: | ||
html { | html { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
Line 21: | Line 22: | ||
text-align: center; | text-align: center; | ||
padding: 20px; | padding: 20px; | ||
- | font-size: | + | font-size: |
transition: opacity 0.2s, color 0.2s; | transition: opacity 0.2s, color 0.2s; | ||
vertical-align: | vertical-align: | ||
Line 37: | Line 38: | ||
justify-content: | justify-content: | ||
gap: 0.1px; /* Add space between the divs */ | gap: 0.1px; /* Add space between the divs */ | ||
- | width: | + | width: |
position: relative; | position: relative; | ||
- | left: 45%; | + | left: 35%; |
+ | color: black | ||
} | } | ||
Line 48: | Line 50: | ||
.chosenKeys { | .chosenKeys { | ||
- | width: | + | width: |
- | height: | + | height: |
display: flex; | display: flex; | ||
align-items: | align-items: | ||
Line 65: | Line 67: | ||
color: white; | color: white; | ||
padding: 1%; | padding: 1%; | ||
- | font-size: | + | font-size: |
top: 1% | top: 1% | ||
} | } | ||
Line 107: | Line 109: | ||
#orange { | #orange { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#yellow { | #yellow { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#green { | #green { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
Line 124: | Line 129: | ||
#violet { | #violet { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
Line 133: | Line 139: | ||
#white { | #white { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#gold { | #gold { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
#silver { | #silver { | ||
background-color: | background-color: | ||
+ | color: black; | ||
} | } | ||
Line 150: | Line 159: | ||
#results { | #results { | ||
text-align: center; | text-align: center; | ||
- | font-size: | + | font-size: |
font-weight: | font-weight: | ||
} | } |