Temur8818,
Kod · HTML61 qator
<style>
.logo {
position: fixed;
height: 50px;
top: 0px;
right: 0px;
left: 0px;
z-index: 1000;
}
.logo {
background: #0486cc;
background: linear-gradient(to top, #0486cc, #0c9dd5);
text-align: center;
color: #fff;
border-bottom: 0px solid #fd0563;
padding: 10px 10px;
text-transform: uppercase;
box-shadow: 0px 0px 10px 5px #eaeaea;
-o-shadow: 0px 0px 10px 5px #eaeaea;
-webkit-box-shadow: 0px 0px 10px 5px #eaeaea;
}
a:link, a:visited, a:active {
color: #6094d0;
text-decoration: none;
cursor: pointer;
}
img {
border: 0;
}
</style>
<div class="logo"> <a href="/"><img src="http://moqina.net/file/logo-moqinacom.png" border="0" alt=""></a> </div>