Skip to content

Commit

Permalink
Merge pull request #51 from bEluga0000/hyper-link
Browse files Browse the repository at this point in the history
add link to hacktoberfest text
  • Loading branch information
aialok authored Feb 11, 2024
2 parents 56fec99 + f76f2d4 commit dfba61b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,13 @@ <h1 class="text-6xl ml-20 max-sm:ml-5 max-sm:text-3xl">
</div>
<div class="container py-8 max-sm:py-5">
<h1 class="text-5xl ml-20 max-sm:ml-5 max-sm:text-3xl">
What is <span class="text-orange-500 font-semibold">Hacktoberfest</span>
?</h1>
What is
<a href="https://hacktoberfest.com/" target="_blank" class="text-orange-500 font-semibold hover:cursor-pointer hover:underline">Hacktoberfest</a>
?
</h1>




<h2 class="text-xl ml-20 my-2 max-sm:ml-5 max-sm:w-[90%]">
Hacktoberfest is an annual celebration of open source during the month
Expand Down
4 changes: 3 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ module.exports = {
theme: {
extend: {},
},
plugins: [],
plugins: [
require('tailwindcss-transforms')
],
}

0 comments on commit dfba61b

Please sign in to comment.