Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <div id="center-forms">
  2. <div class="container">
  3. <nav>
  4. <ul>
  5. <li><a href="#">Главная</a></li>
  6. <li><a href="#">Отзывы</a></li>
  7. <li><a href="#">Оплата и доставка</a></li>
  8. <li><a href="#">Скидки</a></li>
  9. <li><a href="#">Другие товары</a></li>
  10. <li><a href="#">Контакты</a></li>
  11. </ul>
  12. </nav>
  13. </div> <!---- Конец контейнера --->
  14. </div>
  15.  
  16. <div class="container">
  17. <div id="put">
  18. <form>
  19. <p><input type="search" name="q" placeholder="Поиск по сайту...">
  20. <input type="submit" value="Найти"></p>
  21. </form>[![Вот что получается, я бы хотел чтобы получалась чисто одна полоса][1]][1]
  22. </div><!-- end put -->
  23. </div>
  24.  
  25.  
  26. [1]: https://i.stack.imgur.com/zK8ud.png
  27.  
  28. #hero{
  29. background: #e8c04f url(images/bg-tile-yellow.gif) top left repeat;
  30. }
  31.  
  32. #hero .large-ribbon {
  33. text-indent: -99999px;
  34. }
  35.  
  36. #hero .container{
  37.  
  38. }
  39.  
  40. #hero .container img{
  41. position: relative;
  42. right: -450px;
  43. }
  44. /* The Whole Story */
  45. #center-forms{
  46. background: url("images/button_background.jpg") top left repeat;
  47. }
  48.  
  49.  
  50. #center-forms nav {
  51. text-align: left;
  52. position: relative;
  53. top: -18px;
  54. }
  55.  
  56. #center-forms nav ul {
  57. margin-top: 10px;
  58. padding: 0;
  59. list-style: none;
  60. display: block;
  61. }
  62.  
  63. #center-forms nav ul li {
  64. display: inline-block;
  65. padding: 0 20px;
  66. }
  67.  
  68. #center-forms nav ul li a:link {
  69. text-decoration: none;
  70. }
  71.  
  72.  
  73. #center-forms nav ul li a:hover {
  74. color: #fff;
  75. }
  76.  
  77. #put {
  78. position: absolute;
  79. }
  80.  
  81.  
  82. #put form{
  83. position: relative;
  84. top: -175px;
  85. left: 850px;
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement