-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: addet product claim & m_image-text-right module
- Loading branch information
1 parent
af03321
commit 94b5dce
Showing
6 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.m_image-text-right { | ||
height: 100%; | ||
width: 100%; | ||
display: flex; | ||
flex-direction: row; | ||
|
||
&__image{ | ||
display: block; | ||
height: 100%; | ||
width: 78%; | ||
background-image: url(../img/header_img.jpg); | ||
background-position: center center; | ||
background-size: cover; | ||
} | ||
|
||
&__text { | ||
display: block; | ||
height: 100%; | ||
width: 22%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{# USES | ||
{% include 'modules/m_image-text-right.twig' %} | ||
#} | ||
|
||
<div class="m_image-text-right"> | ||
<div class="m_image-text-right__image"> | ||
</div> | ||
<div class="m_image-text-right__text d-flex flex-column justify-content-between pt-400 px-250"> | ||
<div> | ||
<h2 class="h3">Sicherheit</h2> | ||
<h3 class="h1">Safe Road®</h3> | ||
<p class="p1">Subway tile hammock occupy, ramps copper mug id actually consequat heirloom. Brooklyn cillum paleo brunch snackwave, put a bird on it VHS stumptown. Jianbing tacos fingerstache 90's quinoa farm-to-table put a bird on it before they sold out synth raw denim lo-fi lyft. Aute exercitation aliquip gentrify, deserunt shabby chic neutra taxidermy. Ipsum man bun hella raw denim, laborum hell of fingerstache polaroid kickstarter tofu chillwave master cleanse. Dreamcatcher excepteur ea man braid hashtag gochujang, everyday carry beard.</p> | ||
</div> | ||
<div class="mb-150 d-flex justify-content-center"> | ||
<button class="btn btn--black">BESTELLEN</button> | ||
</div> | ||
</div> | ||
</div> |