Add main.css
This commit is contained in:
parent
c3954e3384
commit
5717f11e2d
4 changed files with 6 additions and 7 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "hp",
|
||||
"name": "homepage",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -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>)
|
||||
|
|
3
static/main.css
Normal file
3
static/main.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
Loading…
Add table
Add a link
Reference in a new issue