Tailwind Crash Course - Project Based Learning

Shades of Blue Challenge

Here is your challenge.  
<!-- Create 9 boxes that are 20px wide by 24px tall -->        
<!-- Each box should represent a shade of the blue color scheme -->
<html>
    <head>
        <script src="https://cdn.tailwindcss.com"></script>
    </head>
    <body>
        
        <!-- 9 boxes that are 20px wide by 24px tall -->
        
        <!-- Each box should represent a shade of the blue color scheme -->
        
    </body>
</html>

Click here for the solution.