Depuración de tamplete
This commit is contained in:
16
resources/views/components/header/background-fixed.blade.php
Normal file
16
resources/views/components/header/background-fixed.blade.php
Normal file
@ -0,0 +1,16 @@
|
||||
<section class="page-header page-header-modern page-header-background page-header-background-md overlay overlay-color-dark overlay-show overlay-op-5" style="background-image: url(img/page-header/page-header-background.jpg);">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1>Background <strong>Fixed</strong></h1>
|
||||
<span class="sub-title">This is a subtitle example.</span>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb breadcrumb-light d-block text-md-end">
|
||||
<li><a href="#">Home</a></li>
|
||||
<li class="active">Features</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user