Update index.html
Browse files- index.html +13 -1
index.html
CHANGED
@@ -333,6 +333,18 @@
|
|
333 |
-webkit-text-fill-color: transparent;
|
334 |
}
|
335 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
336 |
.section-subtitle {
|
337 |
font-size: 1.2rem;
|
338 |
color: var(--text-secondary);
|
@@ -1060,7 +1072,7 @@
|
|
1060 |
<section id="contact" class="section contact">
|
1061 |
<div class="container">
|
1062 |
<div class="section-header animate-on-scroll">
|
1063 |
-
<h2 class="
|
1064 |
<p class="section-subtitle" style="color: rgba(255, 255, 255, 0.8);">Ready to transform your smile? Let's discuss your dental care needs</p>
|
1065 |
</div>
|
1066 |
<div class="contact-content">
|
|
|
333 |
-webkit-text-fill-color: transparent;
|
334 |
}
|
335 |
|
336 |
+
.contact-title {
|
337 |
+
font-family: 'Playfair Display', serif;
|
338 |
+
font-size: 3rem;
|
339 |
+
font-weight: 600;
|
340 |
+
margin-bottom: 20px;
|
341 |
+
background: aliceblue;
|
342 |
+
-webkit-background-clip: text;
|
343 |
+
background-clip: text;
|
344 |
+
-webkit-text-fill-color: transparent;
|
345 |
+
|
346 |
+
}
|
347 |
+
|
348 |
.section-subtitle {
|
349 |
font-size: 1.2rem;
|
350 |
color: var(--text-secondary);
|
|
|
1072 |
<section id="contact" class="section contact">
|
1073 |
<div class="container">
|
1074 |
<div class="section-header animate-on-scroll">
|
1075 |
+
<h2 class="contact-title" style="color: white;">Get In Touch</h2>
|
1076 |
<p class="section-subtitle" style="color: rgba(255, 255, 255, 0.8);">Ready to transform your smile? Let's discuss your dental care needs</p>
|
1077 |
</div>
|
1078 |
<div class="contact-content">
|