Skip to content

Instantly share code, notes, and snippets.

View AshCode-Dev's full-sized avatar

Asher Khalid AshCode-Dev

View GitHub Profile
<div class="hero-overlay"></div>
<div class="myContainer">
<h1 class="h1 hero-title text-center mb-20">{{ section.settings.heading }}</h1>
<div class="text-center w-60 mx-auto rte">{{ section.settings.content }}</div>
<div class="rowBtns rbCenter pt-20">
{% if section.settings.button_label_dark_button != blank %}
<a href="{{ section.settings.button_link_dark_button }}" class="btn btn-dark">{{ section.settings.button_label_dark_button }}</a>
{% endif %}