تفضل هذا الهيدر شوفه جربه وخبرني
CODE
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://www.fontstatic.com/f=cocon-next-arabic" />
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<style>
body {
margin: 0;
}
.head {
width: 100%;
background-color: #505050;
overflow: hidden;
padding: 5px 5px;
}
.logo {
float: right;
font-family: cocon-next-arabic;
font-size: 26px;
color: white;
text-shadow: 2px 1px #000;
padding: 15px;
}
.search-container {
float: left;
}
input[type=text] {
padding: 5px;
margin-top: 8px;
font-size: 17px;
border: none;
}
.search-container button {
float: right;
padding: 6px 10px;
margin-top: 8px;
margin-right: 16px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}
.search-container button:hover {
background: #ccc;
}
.btns a {
padding: 8px;
background: #E2E507;
color: black;
float: left;
margin: 2px;
border-radius: 5px;
}
.btns a:hover {
background: black;
color: white;
}
.topnav {
overflow: hidden;
background-color: #333;}
.topnav a {
float: right;
display: block;
color: white;
text-align: center;
font-family: cocon-next-arabic;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
</style>
<div class="head">
<div class="logo">شركة انكور التطويرية</div>
<div class="search-container">
<form action="/action_page.php">
<input type="text" placeholder="البحث في الموقع ..." name="search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="btns">
<a href="#"><i class="fa fa-heart"></i></a>
<a href="#"><i class="fa fa-home"></i></a>
</div>
</div>
<div class="topnav" id="myTopnav">
<a href="#" class="active">الرئيسية</a>
<a href="#">رابط نصي</a>
<a href="#">رابط نصي</a>
<a href="#">رابط نصي</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>