Add main.css
This commit is contained in:
parent
c3954e3384
commit
5717f11e2d
4 changed files with 6 additions and 7 deletions
src
|
@ -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>)
|
||||
|
|
|
@ -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>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue