1
0
Fork 0

Add background to facts

master
Emil Miler 2 years ago
parent f8cfea2017
commit cbda8a2291

@ -231,7 +231,12 @@ body.noscroll {
.facts { .facts {
text-align: center; text-align: center;
margin-top: 2rem;
padding-top: 5rem; padding-top: 5rem;
background-image: url("/static/img/bg/1.svg");
background-repeat: no-repeat;
background-position: top center;
background-size: 100% auto;
.title { .title {
display: block; display: block;

@ -0,0 +1 @@
<svg width="210mm" height="80mm" viewBox="0 0 210 80" xmlns="http://www.w3.org/2000/svg"><defs><filter style="color-interpolation-filters:sRGB" id="a" x="-.087" y="-3.213" width="1.173" height="7.426"><feGaussianBlur stdDeviation="10.6591 18.57" result="fbSourceGraphic"/><feColorMatrix result="fbSourceGraphicAlpha" in="fbSourceGraphic" values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"/><feGaussianBlur stdDeviation="10.6591 49.7322" result="fbSourceGraphic" in="fbSourceGraphic"/><feColorMatrix result="fbSourceGraphicAlpha" in="fbSourceGraphic" values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"/><feGaussianBlur stdDeviation="10.6591 49.7322" result="fbSourceGraphic" in="fbSourceGraphic"/><feColorMatrix result="fbSourceGraphicAlpha" in="fbSourceGraphic" values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"/><feGaussianBlur stdDeviation="10.6591 49.7322" result="blur" in="fbSourceGraphic"/></filter></defs><path style="fill:#335260;fill-opacity:.45;stroke:#fff;stroke-width:.853982;stroke-linecap:round;stroke-linejoin:round;filter:url(#a)" d="M-311.43 381.512c.001 52.056 62.401 50.752 173.473 87.562 111.072 36.81 261.718 37.892 418.797 37.892 157.08 0 307.726-1.082 418.798-37.892s173.473-35.506 173.473-87.562z" transform="matrix(.1657 0 0 .17082 58.463 -80.1)"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Loading…
Cancel
Save