html
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
<!DOCTYPE html>
<html>
<head>
<title>Who likes mangoes</title>
<script
src="https://kit.fontawesome.com/cbcc2cb107.js"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body>
<nav id="navbar">
<div class="logo">
<a href="https://imgbb.com/"><img src="https://i.ibb.co/0M15Qct/mango-logo-flat-design-vector-29470917.jpg" alt="mango-logo-flat-design-vector-29470917" border="0"></a>
</div>
<div class="logoname">
Fresh feed
</div>
<div id="munna">
<span class=" hello material-symbols-outlined">
shopping_cart_checkout
</span>
<span class=" hello material-symbols-outlined">
Enter to Rename, Shift+Enter to Preview
css
css
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
body {
margin:0;
padding:0;
}
#navbar{
height:55px;
display:flex;
border-bottom:2px solid #ffd385;
position:sticky;
}
.logo a img{
height:50px;
width:45px;
margin-left:5px;
margin-top:2px;
}
.logoname{
font-style:normal;
font-weight:200;
font-size:27px;
margin-top:8px;
font-family: "Pacifico", cursive;
}
#munna{
color:green;
margin-top:15px;
margin-left:140px;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("hii guys, this website is a imagination of my empty mind. I hope you will like this.")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run