Is this some kind of bug or they just made it wrong?
Shouldn't the dark gray be DARKER then the default grey?
<div class="lightgrey">Light Grey</div>
<div class="grey">Grey</div>
<div class="darkgrey">Dark Grey</div>
.lightgrey {background: lightgrey}
.grey {background: grey}
.darkgrey {background: darkgrey}
according to W3Schools this seems to be correct.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With