26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<section
|
|
class="landing-block g-pl-30 g-pr-30 g-pt-30 g-pb-40 g-bg-image g-cursor-default"
|
|
style="--bg-url: url('https://cdn.bitrix24.site/bitrix/images/landing/bg/bg_70_9.jpg'); --bg-overlay: hsla(0, 0%, 0%, 0); --bg-size: cover; --bg-attachment: scroll; --bg-url-2x: url('https://cdn.bitrix24.site/bitrix/images/landing/bg/bg_70_9.jpg');"
|
|
>
|
|
<div class="landing-block-container g-px-25 m-auto">
|
|
<div class="landing-block-node-content g-mb-20">
|
|
<div class="landing-block-node-title g-color-main g-font-size-25 g-font-weight-600 g-mb-6">
|
|
Title
|
|
</div>
|
|
<div class="landing-block-node-text g-color-main g-font-size-20">
|
|
Description of the block
|
|
</div>
|
|
</div>
|
|
<div class="landing-block-node-link-container" style="display: inline-flex">
|
|
<a
|
|
class="landing-block-node-link g-mb-9 g-pt-8 g-pb-8 g-px-20 g-rounded-10 text-center btn g-font-size-16 g-font-weight-500 g-color g-bg g-color--hover g-bg--hover"
|
|
style="--color: #0253C8; --bg: #E6F4FF; --color-hover: #ffffff; --bg-hover: var(--primary);"
|
|
href="#"
|
|
target="_blank"
|
|
>
|
|
Button
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|