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%;
padding: 0%;
box-sizing: border-box;
}
.container {
font-family: 'Kanit', sans-serif;
width: 1000px;
margin: auto;
background: #F8F7FA;
}
.header {
nav {
width: 1000px;
height: 80px;
height: 70px;
background: white;
margin: 0 auto;
outline: auto;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
font-size: 16px;
}
.logo{
width: 80px;
height: 80px;
margin: 0 auto;
width: 200px;
height: 70px;
margin: 0;
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 {
width: 1000px;
height: 300px;
margin: 0 auto;
outline: auto;
object-fit:cover;
}
section {
width: 250px;
height: 500px;
.section-list {
width: 200px;
height: 200px;
background: white;
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 @@
<title>ฌาปนกิจสงเคราะห์ สภาทนายความ</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- css -->
<link rel="stylesheet" href="css\main_page.css">
</head>
<body>
<div class="container">
<div class="header">
<img class="logo" src="cremation_system_logo\cremation_system_logo.png">
<!-- <h1 class="font" style="font-size: 20px;">ฌาปนกิจสงเคราะห์<br>สภาทนายความ</h1>
</div> -->
<nav>
<img class="logo" src="image\logo.jpg">
<ul>
<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 >
<img class="bg" src="image\cremation.jpg">
</div>
<div class="section">
<h3>sidebar</h3>
</div>
<div class="footer">
<h5>footer</h5>
<div class="section-list">
<ul>
<li>จำนวนสมาชิก</li>
<li>สามัญ<span>1,000 ราย</span></li>
<li>สมทบ<span>800 ราย</span></li>
<li>รวม<span>1,800 ราย</span></li>
</ul>
</div>
</div>
</body>
</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