ปรับ css , เมนูหน้าแรก
This commit is contained in:
parent
1c9b5877d6
commit
0aa684f2fb
2131 changed files with 365205 additions and 99 deletions
|
|
@ -2,12 +2,21 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<!-- <link rel="icon" href="%sveltekit.assets%/favicon.png" /> -->
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="/styles/tailwind.css" />
|
||||
<link rel="stylesheet" href="/vendor/fontawesome-free/css/all.min.css"/>
|
||||
<title>กองสรรหาบุคคล</title>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<body data-sveltekit-preload-data="hover" class="text-blueGray-700 h-screen font-noto">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
<style>
|
||||
.navbar{
|
||||
border-bottom: 1px solid #92b4c847;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue