mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
overlapping bg images
This commit is contained in:
parent
f8ffd784b0
commit
5e53333a12
@ -529,6 +529,13 @@ IMAGES
|
|||||||
/* ---------------------------------------------------
|
/* ---------------------------------------------------
|
||||||
BACKROUND IMAGES
|
BACKROUND IMAGES
|
||||||
----------------------------------------------------*/
|
----------------------------------------------------*/
|
||||||
|
#bg-compare-a-pfeil {
|
||||||
|
padding-top: 20px;
|
||||||
|
margin-top: -20px;
|
||||||
|
background: url(/theme/images/gfx-compare-a-pfeil.png) top center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 370px 120px;
|
||||||
|
}
|
||||||
#bg-feature-1 {
|
#bg-feature-1 {
|
||||||
background: url(/theme/images/gfx-feature-1.png) center;
|
background: url(/theme/images/gfx-feature-1.png) center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 21 KiB |
BIN
homepage/theme/static/images/gfx-compare-a-pfeil.png
Normal file
BIN
homepage/theme/static/images/gfx-compare-a-pfeil.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 116 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 46 KiB |
@ -107,12 +107,15 @@
|
|||||||
<!-- COMPARE A -->
|
<!-- COMPARE A -->
|
||||||
<div class="w-50-l w-100">
|
<div class="w-50-l w-100">
|
||||||
|
|
||||||
<div class="w-100 dib cclr-bg-yellow-mid">
|
<div class="cclr-bg-yellow-mid">
|
||||||
<div class="wx24 center">
|
<div class="w-100 dib" id="bg-compare-a-pfeil">
|
||||||
<p class="f25 lh-solid ma0 mt6 mb3">
|
<div class="wx24 center">
|
||||||
Your job
|
<p class="f25 lh-solid ma0 mt6 mb3">
|
||||||
</p>
|
Your job
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-100 hx24 dib cclr-bg-white-fade">
|
<div class="w-100 hx24 dib cclr-bg-white-fade">
|
||||||
|
Loading…
Reference in New Issue
Block a user