This commit is contained in:
2023-04-07 09:25:26 +08:00
parent 07f8f6db95
commit dbb20a0282
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -14,16 +14,16 @@ init();
<link rel="stylesheet" href="/css/style.css">
</head>
<body class="bg-black">
<body class="" style="background-color: #fafaf9;">
<div class="w-full flex justify-center">
<div class="flex h-12 p-3 w-[1080px] justify-center">
<div class="flex h-12 p-3 w-[1080px] justify-center font-thin">
<div class="flex text-xl text-light-200">
<div class="flex text-xl ">
Logo
</div>
<div class="flex space-x-5 text-light-200 text-xl px-5">
<div class="flex space-x-5 text-xl px-5">
<div>
<a href="/">Hello</a>
</div>
@@ -38,7 +38,7 @@ init();
<div class="w-full flex justify-center">
<div class="flex justify-center w-[1080px]">
<div class="p-2 md:p-3 text-light-100 w-full">
<div class="p-2 md:p-3 w-full">
<div class="h-[50px]"></div>
<?php show_page(); ?>
</div>