Browse Source

live server ok

master
pvincent 2 years ago
parent
commit
a4d6a818ca
  1. 6
      src/index.html
  2. 3
      src/main.css

6
src/index.html

@ -26,9 +26,11 @@
},
};
</script>
<link href="main.css" rel="stylesheet" />
</head>
<body class="bg-white dark:bg-slate-400">
<h1>Hello Créalise</h1>
<body class="bg-white dark:black m-10">
<h1 class="text-4xl font-bold">Hello Créalise</h1>
<h1 class="text-3xl text-orange-500">Coucou</h1>
</body>
</html>

3
src/main.css

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
Loading…
Cancel
Save