Add latest Tailwind CSS CDN version
This commit is contained in:
parent
53fad0a8f2
commit
3606d7d5ce
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Mike Wink - A Developer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body class="bg-indigo-100 m-8">
|
||||
<h1 class="text-blue-800 text-xl leading-tight">Busy working on client projects, but there will be a website soon!</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue