Я перезапускаю все с самого начала, поэтому такие вещи, как «тень» и элементы панели навигации, не централизованы, и вам нужно сделать «деление» и разместить баннер над панелью навигации, но вот он
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
background-color: #f1f1f1;
font-family: Arial, Helvetica, sans-serif;
}
#navbar {
background-color: #585555;
position: fixed;
top: 165px;
width: 100%;
display: block;
transition: top 0.5s;
}
#navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 15px;
text-decoration: none;
font-size: 16px;
font-family: "Lato", Arial, Helvetica, sans-serif;
}
#content{
margin-top: 195px;
color: black;
font-family: Comic Sans MS, cursive, sans-serif;"
}
</style>
</head>
<body>
<div id="navbar">
<a href="#home"> Home </a>
<a href="#" id="deliveryLink"> Delivery </a>
<a href="#" id="postLink"> Post </a>
<a href="#" id="recepiesLink"> Recepies </a>
<a href="#" id="contactLink"> Contact </a>
</div>
<div id="content">
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
</div>
<script>
var prevScrollpos = window.pageYOffset;
window.onscroll = function() {
var currentScrollPos = window.pageYOffset;
if (prevScrollpos > currentScrollPos) {
document.getElementById("navbar").style.top = "165px";
} else {
document.getElementById("navbar").style.top = "-50px";
}
prevScrollpos = currentScrollPos;
}
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="navbar">
<a href="#home"> Home </a>
<a href="#" id="deliveryLink"> Delivery </a>
<a href="#" id="postLink"> Post </a>
<a href="#" id="recepiesLink"> Recepies </a>
<a href="#" id="contactLink"> Contact </a>
</div>
<div id="content">
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
<br> ////////////////////I copy paste a lot of this, i don't have content at the moment
</div>
<script>
var prevScrollpos = window.pageYOffset;
window.onscroll = function() {
var currentScrollPos = window.pageYOffset;
if (prevScrollpos > currentScrollPos) {
document.getElementById("navbar").style.top = "165px";
} else {
document.getElementById("navbar").style.top = "-50px";
}
prevScrollpos = currentScrollPos;
}
</script>
</body>
</html>