$grid = makeGrid(
// Параметры внутренней сетки
);
$gallery = $grid->addBlock('gallery', $row=[1,3], $col = [2,4]);
$text = $grid->addBlock('text', $row=[4,6], $col = [1,2]);
$gallery->addItem(...);
$text->setContent(...);
$framework->makeCoolLanding(); // Enjoy =)))
Нет, нельзя без HTML и CSS.
.ull_item:last-child .ull_lind:after {
content: none;
}
.ull_item:not(:last-child) .ull_lind:after {
content: ''
width: 3px
height: 27px
position: absolute
left: 100%
background-color: #222222
}
.ull_item:last-child .ull_lind:after {
display: none;
}
Хотите узнать, почему страница не отображается, — открывайте консоль браузера и смотрите ошибки, смотрите в инспектор, изучите стили. Что не понятно - спрашивайте.
а так, херня какая-то...