background на странице точки
This commit is contained in:
parent
2559747b51
commit
9d03833700
|
|
@ -1,4 +1,5 @@
|
|||
<div class="container">
|
||||
<div style="z-index: -100; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-image: url(<?= $point->getImg('big') ?>); background-size: cover; -webkit-filter: blur(10px);"></div>
|
||||
<div class="container" style="background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 30px;">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1 style="text-align: right;"><?= $point->name ?></h1>
|
||||
|
|
@ -122,4 +123,3 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br/><br/><br/>
|
||||
Loading…
Reference in New Issue