File tree Expand file tree Collapse file tree 6 files changed +1286
-13
lines changed Expand file tree Collapse file tree 6 files changed +1286
-13
lines changed Original file line number Diff line number Diff line change 1
1
** /.DS_Store
2
2
* /.DS_Store
3
+ styles.css
4
+ node_modules
Original file line number Diff line number Diff line change
1
+ @import "tailwindcss" ;
2
+
1
3
@font-face {
2
4
src : url ("/softpoint/assets/fonts/Poppins-Regular.ttf" );
3
5
font-family : Poppins;
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
- < link rel ="stylesheet " href ="/softpoint/app .css " />
6
+ < link rel ="stylesheet " href ="/softpoint/styles .css " />
7
7
< title > SoftPoint | Home</ title >
8
- < script src ="/softpoint/tailwind.js "> </ script >
9
8
10
9
< meta name ="description " content ="Cutting-edge B2B software " />
11
10
< meta
@@ -669,7 +668,7 @@ <h2 class="capitalize font-semibold opacity-50">
669
668
< span class ="opacity-50 "> No</ span >
670
669
</ div >
671
670
< button
672
- class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
671
+ class ="text-[#F44545] border-2 border-[#F44545]/20 text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
673
672
aria-label ="Buy Plan "
674
673
>
675
674
Buy Plan
@@ -733,7 +732,7 @@ <h2 class="capitalize font-semibold opacity-50">
733
732
< span class ="opacity-50 "> No</ span >
734
733
</ div >
735
734
< button
736
- class ="bg-[#F55454] text-white text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold transition hover:scale-102 hover:opacity-80 cursor-pointer "
735
+ class ="bg-[#F55454] text-white text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold transition hover:scale-102 hover:opacity-80 cursor-pointer "
737
736
aria-label ="Buy Plan "
738
737
>
739
738
Buy Plan
@@ -795,7 +794,7 @@ <h2 class="capitalize font-semibold opacity-50">
795
794
< span > Yes</ span >
796
795
</ div >
797
796
< button
798
- class ="text-[#F44545] border-2 border-[#F44545]/20 text-[xl] rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
797
+ class ="text-[#F44545] border-2 border-[#F44545]/20 text-xl rounded-lg py-[13px] px-[75px] mt-10 font-semibold bg-white transition hover:scale-102 hover:bg-[#F44545]/10 cursor-pointer "
799
798
aria-label ="Buy Plan "
800
799
>
801
800
Buy Plan
You can’t perform that action at this time.
0 commit comments