We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1948bb2 commit 31f58d2Copy full SHA for 31f58d2
post.html
@@ -9,7 +9,7 @@
9
<meta name="author" content="name">
10
<meta name="description" content="description here">
11
<meta name="keywords" content="keywords,here">
12
- <link href="https://unpkg.com/tailwindcss/dist/tailwind.min.css" rel="stylesheet"> <!--Replace with your tailwind.css once created-->
+ <link rel="stylesheet" href="https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css"/> <!--Replace with your tailwind.css once created-->
13
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet">
14
<style>
15
.smooth {transition: box-shadow 0.3s ease-in-out;}
0 commit comments