-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomeuser.html
39 lines (36 loc) · 1.65 KB
/
homeuser.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>store</title>
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel="stylesheet" href="style.css">
<script src="./js/bootstrap.bundle.min.js"></script>
</head>
<body style="background-color: blanchedalmond;">
<nav class="navbar">
<div class="container-fluid bg-warning">
<div class="navbar-brand">
<a href="" style="font-size:85px; text-decoration:none;" class="text-white">Food fud</a>
</div>
<ul class="nav-menu" style="font-size:35px;">
<a href="" class="nav-item mx-3 text-white" style="text-decoration: none;">ร้านค้า</a>
<a href="" class="nav-item mx-3 text-white" style="text-decoration: none;">รายการสั่งซื้อ</a>
<a href="" class="nav-item mx-3 text-white" style="text-decoration: none;">ประวัติการสั่งซื้อ</a>
<a href="login.html">
<button class="btn btn-success mx-3">Login/regis</button>
</a>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="textcontent" style="margin-top:350px; font-size: 40px;">
<h3>มาอร่อยด้วย</h3>
<h3>กับพวกเรา &</h3>
<h3>เพียงแค่นิ้วจิ้มจอ</h3>
</div>
</div>
</body>
</html>