5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< title > Basic To Advanced Javascript</ title >
7
7
< link rel ="stylesheet " href ="style.css ">
8
+ < script src ="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4 "> </ script >
9
+ < link rel ="shortcut icon " href ="images/java-script.png " type ="image/x-icon ">
8
10
</ head >
9
11
< body >
10
- < h1 > Basic To Advanced Javascript !</ h1 >
11
- < div class ="container ">
12
- < a href ="ArthimeticOperator/index.html "> Arithimetic Operator</ a >
12
+ < h1 class ="text-center h1 text-3xl font-bold cursor-pointer "> Basic To Advanced Javascript </ h1 >
13
+ < div class ="main ">
14
+ < div class ="max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm dark:bg-gray-800 dark:border-gray-700 ">
15
+ < a href ="# ">
16
+ < h5 class ="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white "> Arthimetic Operator</ h5 >
17
+ </ a >
18
+ < p class ="mb-3 font-normal text-gray-700 dark:text-gray-400 "> Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</ p >
19
+ < a href ="ArthimeticOperator/index.html " class ="inline-flex items-center px-3 py-2 text-sm font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 ">
20
+ Read more
21
+ < svg class ="rtl:rotate-180 w-3.5 h-3.5 ms-2 " aria-hidden ="true " xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 14 10 ">
22
+ < path stroke ="currentColor " stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M1 5h12m0 0L9 1m4 4L9 9 "/>
23
+ </ svg >
24
+ </ a >
25
+ </ div >
26
+ < div class ="max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-sm dark:bg-gray-800 dark:border-gray-700 ">
27
+ < a href ="# ">
28
+ < h5 class ="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white "> Variables</ h5 >
29
+ </ a >
30
+ < p class ="mb-3 font-normal text-gray-700 dark:text-gray-400 "> Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</ p >
31
+ < a href ="Variables/index.html " class ="inline-flex items-center px-3 py-2 text-sm font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 ">
32
+ Read more
33
+ < svg class ="rtl:rotate-180 w-3.5 h-3.5 ms-2 " aria-hidden ="true " xmlns ="http://www.w3.org/2000/svg " fill ="none " viewBox ="0 0 14 10 ">
34
+ < path stroke ="currentColor " stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M1 5h12m0 0L9 1m4 4L9 9 "/>
35
+ </ svg >
36
+ </ a >
37
+ </ div >
13
38
</ div >
39
+
14
40
</ body >
15
41
</ html >
0 commit comments