update
This commit is contained in:
+5
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user