Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 0505d373 authored by 64160073's avatar 64160073
Browse files

main_page

parent e3038453
No related branches found
No related tags found
No related merge requests found
@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
* { * {
margin: 0%; margin: 0%;
padding: 0%; padding: 0%;
box-sizing: border-box;
} }
.container { .container {
font-family: 'Kanit', sans-serif;
width: 1000px; width: 1000px;
margin: auto; margin: auto;
background: #F8F7FA; background: #F8F7FA;
} }
.header { nav {
width: 1000px; width: 1000px;
height: 80px; height: 70px;
background: white; background: white;
margin: 0 auto; display: flex;
outline: auto; flex-direction: row;
justify-content: space-around;
align-items: center;
font-size: 16px;
} }
.logo{ .logo{
width: 80px; width: 200px;
height: 80px; height: 70px;
margin: 0 auto; margin: 0;
object-fit:cover; object-fit:cover;
cursor: pointer;
}
nav ul {
display: flex;
}
nav ul li {
list-style: none;
}
nav ul a {
text-decoration: none;
color: black;
padding: 10px 20px;
transition: .3s ease;
}
nav ul li a:hover {
color: #4E8AC7;
}
.btn-login {
background: #36618D;
color: #fff;
border-radius: 5px;
} }
.bg { .bg {
width: 1000px; width: 1000px;
height: 300px; height: 300px;
margin: 0 auto; margin: 0 auto;
outline: auto;
object-fit:cover; object-fit:cover;
} }
section { .section-list {
width: 250px; width: 200px;
height: 500px; height: 200px;
background: white; background: white;
outline: auto; outline: auto;
} }
.section-list ul {
list-style: none;
}
.section-list ul li {
list-style: none;
}
.section-list ul {
text-decoration: none;
color: black;
padding: 10px 20px;
}
\ No newline at end of file
public/image/cremation_system_logo.png

99.4 KiB

public/image/logo.jpg

51.2 KiB

...@@ -8,29 +8,36 @@ ...@@ -8,29 +8,36 @@
<title>ฌาปนกิจสงเคราะห์ สภาทนายความ</title> <title>ฌาปนกิจสงเคราะห์ สภาทนายความ</title>
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- css -->
<link rel="stylesheet" href="css\main_page.css"> <link rel="stylesheet" href="css\main_page.css">
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="header"> <nav>
<img class="logo" src="cremation_system_logo\cremation_system_logo.png"> <img class="logo" src="image\logo.jpg">
<!-- <h1 class="font" style="font-size: 20px;">ฌาปนกิจสงเคราะห์<br>สภาทนายความ</h1> <ul>
</div> --> <li><a href="#">หน้าหลัก</a></li>
<li><a href="#">เกี่ยวกับ</a></li>
<li><a href="#">ระเบียบที่เกียวข้อง</a></li>
<li><a href="#">เอกสาร</a></li>
<li><a href="#" class="btn-login">เข้าสู่ระบบสมาชิก</a></li>
</ul>
</nav>
<div > <div >
<img class="bg" src="image\cremation.jpg"> <img class="bg" src="image\cremation.jpg">
</div> </div>
<div class="section"> <div class="section-list">
<h3>sidebar</h3> <ul>
</div> <li>จำนวนสมาชิก</li>
<div class="footer"> <li>สามัญ<span>1,000 ราย</span></li>
<h5>footer</h5> <li>สมทบ<span>800 ราย</span></li>
<li>รวม<span>1,800 ราย</span></li>
</ul>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file
<!-- <section>
<h3>section</h3>
</section> -->
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment