Add main.css

This commit is contained in:
Akira Tempaku 2024-02-02 23:53:24 +09:00
parent c3954e3384
commit 5717f11e2d
4 changed files with 6 additions and 7 deletions

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "hp",
"name": "homepage",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -13,7 +13,7 @@
(mk:deftag page ()
<ui:layout>
<section class="h-full flex justify-center items-center">
<section class="h-full flex justify-center items-center" >
<h1 class="text-4xl text-amber-500" >Hello HTMX from Common Lisp!</h1>
</section>
</ui:layout>)

View file

@ -11,12 +11,8 @@
<head>
<title>skyizwhite.dev</title>
<script src="/static/htmx.min.js" ></script>
<link href="/static/main.css" rel="stylesheet">
<link href="/static/tailwind.css" rel="stylesheet">
<style>
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>
</head>
<body class="h-[100svh]" >,@(progn children)</body>
</html>)

3
static/main.css Normal file
View file

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;