Jump to content
  • 0

Слои


Fakeya
 Share

Question

Здравствуйте,помогите пожалуйста,первый раз в жизни делаю верстку,проблема походу в слоях.

Сильно не пинайте и заранее спасибо за помощь 

Вот что выходит: http://hostingkartinok.com/show-image.php?id=f993c383fdaf9dd34c41945e311207ac

 

Сам код 

<html> <head> <title>Дизайн сайта</title> <link href="css/style.css" rel="stylesheet">  </head>    <body>     <header class="contener">      <div class="logo"> </div>  <nav>      <a href="#">Categories</a>      <a href="#">Top Pro</a>      <a href="#">Carts</a>  </nav>       <div class="koks">   </div>    </header>       <footer><p>Copyright 2010 My Company</p></footer>  </body>    </html>
html, body {min-height: 1024px;}img{border:0;}                         body {  margin: 0;  position: relative;  background: #fff;}.logo {background-image:url('../images/logo.png'); background-repeat:no-repeat;padding-top:50px;}.contener {background: url('../images/1.jpg');height:700px;width:100%;}nav { color: #fc0;margin-left: 150px;padding-top: 20px;font-weight: bold;}nav a { color: #F9F9F9;display: block;float: left; padding: 28px;font-size: 16px; }nav a:link { color:red }nav a:visited { color:red }nav a:hover { color:red }.koks {background-color: #CC3333;margin-top: 80px;height:160px;width:100%;display: block;}
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Хотя в этом деле я сам новичок, но если я правильно Вас понял Вы хотели бы разместить логотип по центру блока, тогда наверно есть смысл прибегнуть к помощи свойства background-position, к примеру:

.logo{background-position: center top;}

Хотя не зная размеры логотипа, трудно что либо сказать, попробуйте.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy