То есть надо вытаскивать все картинки из получившегося после "сохранить в web" файла и самому все верстать
position:relative; z-index:1;
position: relative;
z-index: -1;
.clearfix:after{
content:'';
display:table;
clear:both;
}
#news a{
display:block;
}
#news {
float: left;
width: 100%;
height: 300px;
background: #3E3E3E;
position: relative;
z-index: 1;
}
#news article {
width: 400px;
height: 250px;
margin: 15px;
box-shadow: inset 0px 0px 20px 10px rgba(0,0,0,0.6); /*Тень*/
}
#news article img {
width: 400px;
height: 250px;
position: relative;
z-index: -10;
}
#news article h1 {
position: absolute;
top: 190px;
left: 15px;
font-size: 1.1em;
color: #FFF;
}
//var image = new google.maps.MarkerImage('http://test3.cf21443.tmweb.ru/wp-content/themes/flame/images/1-06.svg',
new google.maps.Size(85, 82),
new google.maps.Point(0,0),
new google.maps.Point(16, 35));
@font-face
font-family: "vera-crouz"
src: url(../fonts/vera-crouz.ttf)
src: url(../fonts/vera-crouz.eot)
src: url(../fonts/vera-crouz.woff)
//gradient animations
var colors = new Array(
[62,35,255],
[60,255,60],
[255,35,98],
[45,175,230],
[255,0,255],
[255,128,0]);
var step = 0;
//color table indices for:
// current color left
// next color left
// current color right
// next color right
var colorIndices = [0,1,2,3];
//transition speed
var gradientSpeed = 0.002;
function updateGradient()
{
if ( $===undefined ) return;
var c0_0 = colors[colorIndices[0]];
var c0_1 = colors[colorIndices[1]];
var c1_0 = colors[colorIndices[2]];
var c1_1 = colors[colorIndices[3]];
var istep = 1 - step;
var r1 = Math.round(istep * c0_0[0] + step * c0_1[0]);
var g1 = Math.round(istep * c0_0[1] + step * c0_1[1]);
var b1 = Math.round(istep * c0_0[2] + step * c0_1[2]);
var color1 = "rgb("+r1+","+g1+","+b1+")";
var r2 = Math.round(istep * c1_0[0] + step * c1_1[0]);
var g2 = Math.round(istep * c1_0[1] + step * c1_1[1]);
var b2 = Math.round(istep * c1_0[2] + step * c1_1[2]);
var color2 = "rgb("+r2+","+g2+","+b2+")";
$('#gradient').css({
background: "-webkit-gradient(linear, left top, right top, from("+color1+"), to("+color2+"))"}).css({
background: "-moz-linear-gradient(left, "+color1+" 0%, "+color2+" 100%)"});
step += gradientSpeed;
if ( step >= 1 )
{
step %= 1;
colorIndices[0] = colorIndices[1];
colorIndices[2] = colorIndices[3];
//pick two new target color indices
//do not pick the same as the current one
colorIndices[1] = ( colorIndices[1] + Math.floor( 1 + Math.random() * (colors.length - 1))) % colors.length;
colorIndices[3] = ( colorIndices[3] + Math.floor( 1 + Math.random() * (colors.length - 1))) % colors.length;
}
}
setInterval(updateGradient,10);
});
<div class="col-md-4 col-md-offset-2">
<div class="manevrennaya">
<h1>Она Маневренная!</h1>
<p>И легко управляется. Компактная, пройдет в любые двери, войдет в любой лифт.</p>
</div>
</div>
<div class="col-md-5 col-md-offset-1 manevrennayaimg">
<img src="img/POKEMONSKOLYASKOY.jpg" alt="">
</div>
так как нету адекватных макетов.
но вот в макете только одна картинка с текстом, как верстать другие элементы слайда
<div class="slider">
<div class="slide-item">
<p>Далеко далеко, за высокими горами...</p>
<a href="#">Подробнее</a>
</div>
<div class="slide-item">
<p>Далеко далеко, за высокими горами...</p>
<a href="#">Подробнее</a>
</div>
<div class="slide-item">
<p>Далеко далеко, за высокими горами...</p>
<a href="#">Подробнее</a>
</div>
</div>
Потом ширина макета, есть макеты с шириной 2к, 4к, как такие верстать