Fixing colors
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 class="blue ml4">Understanding Promises</h1>
|
<h1 class="orange ml4">Understanding Promises</h1>
|
||||||
<div class="flex w-50 pa4">
|
<div class="flex w-50 pa4">
|
||||||
<button class="bg-orange mr2" onclick="race()">Race Condition</button>
|
<button class="bg-orange mr2" onclick="race()">Race Condition</button>
|
||||||
<button class="bg-orange mr2" onclick="callbacks()">Callback Hell</button>
|
<button class="bg-orange mr2" onclick="callbacks()">Callback Hell</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user