Gradiend background in title home collection
This commit is contained in:
parent
bbaf3e9c77
commit
8485130a4b
|
@ -1,3 +1,10 @@
|
|||
.t-collection--background-title{
|
||||
position: absolute;
|
||||
background: linear-gradient(to bottom, transparent 0%, black 126%);
|
||||
width: 100%;
|
||||
transform: translate3d(0, -100%, 0);
|
||||
height: 172px !important;
|
||||
}
|
||||
.t-collection--info {
|
||||
.t-collection--info-img {
|
||||
max-width: 160px;
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
//Header with banner and menu
|
||||
get_header('banner'); ?>
|
||||
|
||||
<div class="t-collection--background-title p-5"></div>
|
||||
<div class="container-fluid">
|
||||
<div class="row t-collection--info ml-sm-5">
|
||||
<div class="col pr-0">
|
||||
<img src="http://www.fabianoalencar.esy.es/rosto.png" class="t-collection--info-img rounded-circle img-fluid d-none d-md-block">
|
||||
</div>
|
||||
<div class="col-10 pl-0">
|
||||
<h2 class="mt-3 mt-md-0 t-collection--info-title">Title</h2>
|
||||
<h2 class="mt-3 mt-md-0 t-collection--info-title text-white">Title</h2>
|
||||
<div class="d-flex justify-content-between container ml-0 pl-0">
|
||||
<div>Description of collection</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue