# Oewgo (08.04.2016 / 13:58)вот провер
как сделал я
echo'<div class="head">';
echo '<div class="exit"><a href="profile.php?user=' . $user['id'] . '"><span style="color:#4c6b8f">' . ($user['id'] != $user_id ? $lng_profile['user_profil
css (+/-)
.head {
background: #fff;
background: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e6e6e6));
width: 100%;
}
.head a {
display: inline-block;
padding: 8px 0;
float: left;
width: 50%;
height: 8%;
text-align: center;
margin: 0px;
border: 1px solid #c5c5c5;
border-right: 0;
margin-left: -1px;
}
.head a:hover {
background: #e6e6e6;
}
.head, .home {
box-shadow: 0px 0px 0px,1px #39436A;
}
.head, .exit {
box-shadow:-1px 0px 0px #4B5A8E ;
}