Skip to content

Commit dfba61b

Browse files
authored
Merge pull request #51 from bEluga0000/hyper-link
add link to hacktoberfest text
2 parents 56fec99 + f76f2d4 commit dfba61b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,13 @@ <h1 class="text-6xl ml-20 max-sm:ml-5 max-sm:text-3xl">
6969
</div>
7070
<div class="container py-8 max-sm:py-5">
7171
<h1 class="text-5xl ml-20 max-sm:ml-5 max-sm:text-3xl">
72-
What is <span class="text-orange-500 font-semibold">Hacktoberfest</span>
73-
?</h1>
72+
What is
73+
<a href="https://hacktoberfest.com/" target="_blank" class="text-orange-500 font-semibold hover:cursor-pointer hover:underline">Hacktoberfest</a>
74+
?
75+
</h1>
76+
77+
78+
7479

7580
<h2 class="text-xl ml-20 my-2 max-sm:ml-5 max-sm:w-[90%]">
7681
Hacktoberfest is an annual celebration of open source during the month

tailwind.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ module.exports = {
44
theme: {
55
extend: {},
66
},
7-
plugins: [],
7+
plugins: [
8+
require('tailwindcss-transforms')
9+
],
810
}

0 commit comments

Comments
 (0)