File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,13 @@ <h1 class="text-6xl ml-20 max-sm:ml-5 max-sm:text-3xl">
69
69
</ div >
70
70
< div class ="container py-8 max-sm:py-5 ">
71
71
< 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
+
74
79
75
80
< h2 class ="text-xl ml-20 my-2 max-sm:ml-5 max-sm:w-[90%] ">
76
81
Hacktoberfest is an annual celebration of open source during the month
Original file line number Diff line number Diff line change @@ -4,5 +4,7 @@ module.exports = {
4
4
theme : {
5
5
extend : { } ,
6
6
} ,
7
- plugins : [ ] ,
7
+ plugins : [
8
+ require ( 'tailwindcss-transforms' )
9
+ ] ,
8
10
}
You can’t perform that action at this time.
0 commit comments