background
This commit is contained in:
parent
9d03833700
commit
3d9b6eaf08
|
|
@ -1,4 +1,4 @@
|
|||
<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 style="z-index: -100; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-image: url(<?= $point->getImg('middle') ?>); 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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue