-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
Dodger-blue-text not working #11602
Copy link
Copy link
Closed
Description
Challenge Use Hex Code to Mix Colors has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<style>
.red-text {
color: FF0000;
}
.green-text {
color: 00FF00;
}
.dodger-blue-text {
color: 2998E4;
}
.orange-text {
color: #FFA500;
}
</style>
<h1 class="red-text">I am red!</h1>
<h1 class="green-text">I am green!</h1>
<h1 class="dodger-blue-text">I am dodger blue!</h1>
<h1 class="orange-text">I am orange!</h1>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels