initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<script setup>
|
||||
import '@vendor/js/bootstrap';
|
||||
</script>
|
||||
<template>
|
||||
<section class="section-py first-section-pt our-providers-header heading">
|
||||
<div class="col-lg-6 col-xs-12 ">
|
||||
<h1 class="pl-6 heading-text text-white">
|
||||
Trustworthy Hormone Replacement Therapy Specialists
|
||||
</h1>
|
||||
<p class="pl-6 fs-4 text-white">
|
||||
“Our team of HRT providers possesses unparalleled expertise that surpasses any other clinic. Discover more about
|
||||
our team.”
|
||||
</p>
|
||||
<p class="pl-6 fs-4 text-designation text-right">
|
||||
<b>Edward, MD</b>
|
||||
<br><span class="text-white">MEDICAL DIRECTOR</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
||||
<style>
|
||||
@media(max-width:567px) {
|
||||
.heading-text {
|
||||
font-size: 37px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-designation {
|
||||
color: brown;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user