Fixing colors

This commit is contained in:
Nate Taylor
2019-10-23 19:11:27 -05:00
parent dec65a58da
commit 35a8e6f1f0

View File

@@ -14,7 +14,7 @@
</head>
<body>
<h1 class="blue ml4">Understanding Promises</h1>
<h1 class="orange ml4">Understanding Promises</h1>
<div class="flex w-50 pa4">
<button class="bg-orange mr2" onclick="race()">Race Condition</button>
<button class="bg-orange mr2" onclick="callbacks()">Callback Hell</button>