forked from pitambartiwari/Cafe-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOur Coffee.html
More file actions
124 lines (104 loc) · 2.49 KB
/
Our Coffee.html
File metadata and controls
124 lines (104 loc) · 2.49 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Campany</title>
<style>
*{
padding: 0%;
margin: 0%;
box-sizing: border-box;
}
img{
border-radius: 50%;
height:10CAP;
}
header{
background-color:#1fc47f;
top: 0%;
right: 0%;
left: 0%;
position: sticky;
}
#acc1{
height: 6cap;
margin-left: 0cap;
}
IMG{
margin-right: 4cap;
margin-left: 1cap;
margin-top: 10px;
}
a{
text-decoration: none;
color: black;
margin-right: 4.5cap;
font-size: 3cap;
text-align: center;
}
.search{
--padding:24px;
display: flex;
align-items: center;
padding: var(--padding);
border-radius: 28px;
background-color: #f6f6f6;
transition: box-shadow 0.25s;
width: 350px;
height: 50px;
}
.search:hover{
border: 2.5px solid black;
}
.search:focus-within{
box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
.search-input{
font-size: 19px;
font-family: 'lexend', sans-serif;
color: #333;
margin-left: var(--padding);
outline: none;
border: none;
background: transparent;
width: 200px;
}
.menu{
text-decoration: underline;
color:#085c2e;
}
.search-input::placeholder,
.search-icon{
color: rgba(0, 0, 0, 0.25);
}
#acc{
height: 4.5cap;
margin-left: 5cap
}
.tem{
border-radius:0cap;
}
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=search" />
</head>
<body>
<header><div id="navbar">
<img src="back_1-removebg-preview.png">
<a href="Home.html">Home</a>
<a href="Menu.html">Menu</a>
<a href="gift.html">Voucher</a>
<a href="About.html" class="menu">About Us</a>
<a href="Contact.html">Contact Us</a>
<from style="display: inline-block; padding-bottom: 15px;">
<div class="search">
<span class=" search-icon material-symbols-outlined">search</span>
<input class="search-input" type="search" placeholder="search">
</div>
</from>
<img id="acc" src="logo acc.png">
<img id="acc1" src="add card.img.png" alt="card" >
</div></header>
<center class="tem"><img src="template.jpg" alt="template" style="border-radius: 0px; display: inline-block; height: 66cap; width: 160cap; margin-left: 4cap;"></center>
</body>
</html>