Мне удалось разместить div поверх другого div. Однако я не знаю, почему у меня сверху образовался пробел. Смотрите скриншот: [img]https://i.sstatic.net/ebWgv.png[/img]
между облачным небом вверху и нижней синей частью. Вот CSS: [code]/* * Hero section */
.hero-section .section-content .btn-primary { margin-right: 1px; } .sunny { width:200px; /*width of your image*/ height:200px; /*height of your image*/ background: transparent url("img/sunny.png") bottom right no-repeat; border: 2px solid #000; margin:0; /* If you want no margin */ padding:0; /*if your want to padding */ }
.weather-icon-pos{ display: inline-block; position:relative; top:95px; width:75%; } [/code] Полный код см. на GitHub.