|
10 | 10 | <meta name="description" content="description here">
|
11 | 11 | <meta name="keywords" content="keywords,here">
|
12 | 12 | <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"> |
| 13 | + <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet"> |
14 | 14 | <style>
|
15 | 15 | .smooth {transition: box-shadow 0.3s ease-in-out;}
|
16 | 16 | ::selection{background-color: aliceblue}
|
| 17 | + :root{::-webkit-scrollbar{height:10px;width:10px;}::-webkit-scrollbar-track{background:#efefef;border-radius:6px} |
| 18 | + ::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px} ::-webkit-scrollbar-thumb:hover{background:#c4c4c4}} |
17 | 19 | </style>
|
18 | 20 | </head>
|
19 | 21 | <body class="bg-white font-sans leading-normal tracking-normal">
|
|
32 | 34 | <a class="inline-block py-2 px-2 text-white no-underline" href="index.html">HOME</a>
|
33 | 35 | </li>
|
34 | 36 | <li class="mr-2">
|
35 |
| - <a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:text-underline py-2 px-2" href="#">LINK</a> |
| 37 | + <a class="inline-block text-indigo-200 no-underline hover:text-gray-200 hover:text-underline py-2 px-2" href="#">LINK</a> |
36 | 38 | </li>
|
37 | 39 | <li class="mr-2">
|
38 |
| - <a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:text-underline py-2 px-2" href="#">LINK</a> |
| 40 | + <a class="inline-block text-indigo-200 no-underline hover:text-gray-200 hover:text-underline py-2 px-2" href="#">LINK</a> |
39 | 41 | </li>
|
40 | 42 | <li class="mr-2">
|
41 |
| - <a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:text-underline py-2 px-2" href="#">LINK</a> |
| 43 | + <a class="inline-block text-indigo-600 no-underline hover:text-gray-200 hover:text-underline py-2 px-2" href="#">LINK</a> |
42 | 44 | </li>
|
43 | 45 | </ul>
|
44 | 46 | </div>
|
|
73 | 75 |
|
74 | 76 | <!--Title-->
|
75 | 77 | <div class="text-center pt-16 md:pt-32">
|
76 |
| - <p class="text-sm md:text-base text-green-500 font-bold">08 APRIL 2019 <span class="text-gray-900">/</span> GETTING STARTED</p> |
| 78 | + <p class="text-sm md:text-base text-green-500 font-bold">04 JULY 2023 <span class="text-gray-900">/</span> GETTING STARTED</p> |
77 | 79 | <h1 class="font-bold break-normal text-3xl md:text-5xl">Welcome to Ghostwind CSS</h1>
|
78 | 80 | </div>
|
79 | 81 |
|
@@ -148,8 +150,7 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
|
148 | 150 | <p class="text-gray-600 text-xs md:text-base">Tailwind CSS version of Ghost's Casper theme by <a class="text-gray-800 hover:text-green-500 no-underline border-b-2 border-green-500" href="https://www.tailwindtoolbox.com">TailwindToolbox.com</a></p>
|
149 | 151 | </div>
|
150 | 152 | <div class="justify-end">
|
151 |
| - <button class="bg-transparent border border-gray-500 hover:border-green-500 text-xs text-gray-500 hover:text-green-500 font-bold py-2 px-4 rounded-full">Read More</button> |
152 |
| - </div> |
| 153 | + <a href="#" class="bg-transparent border border-gray-500 hover:border-green-500 text-xs text-gray-500 hover:text-green-500 font-bold py-2 px-4 rounded-full">Read More</a> |
153 | 154 | </div>
|
154 | 155 | <!--/Author-->
|
155 | 156 |
|
@@ -241,13 +242,13 @@ <h3 class="font-bold break-normal font-normal text-gray-600 text-base md:text-xl
|
241 | 242 | <a class="inline-block py-2 px-3 text-white no-underline" href="index.html">HOME</a>
|
242 | 243 | </li>
|
243 | 244 | <li>
|
244 |
| - <a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a> |
| 245 | + <a class="inline-block indigo-200 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a> |
245 | 246 | </li>
|
246 | 247 | <li>
|
247 |
| - <a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a> |
| 248 | + <a class="inline-block indigo-200 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a> |
248 | 249 | </li>
|
249 | 250 | <li>
|
250 |
| - <a class="inline-block text-gray-600 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a> |
| 251 | + <a class="inline-block indigo-200 no-underline hover:text-gray-200 hover:underline py-2 px-3" href="#">link</a> |
251 | 252 | </li>
|
252 | 253 | </ul>
|
253 | 254 | </div>
|
|
0 commit comments