vlcsolutions commited on
Commit
cabdc9f
·
verified ·
1 Parent(s): 3ef66af

Push content to the total right side, and Center text inside this block in the banner section

Browse files
Files changed (2) hide show
  1. index.html +4 -2
  2. style.css +6 -0
index.html CHANGED
@@ -224,10 +224,12 @@
224
  alt="Business Central Dashboard"
225
  class="absolute inset-0 w-full h-full object-cover brightness-50">
226
  <div class="max-w-6xl mx-auto relative z-10 flex justify-end">
227
- <div class="text-right max-w-xl">
228
  <h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">VLC + Business Central: Powering Precision and Speed in Every Workflow</h1>
229
  <p class="text-xl text-gray-200 mb-8" data-aos="fade-up" data-aos-delay="100">Transforming complexity into simple, seamless flow.</p>
230
- <a href="https://www.vlcsolutions.com/contactus.html" class="btn-accent px-8 py-3 rounded-md font-medium inline-block" data-aos="fade-up" data-aos-delay="200">Own Your ERP Rollout</a>
 
 
231
  </div>
232
  </div>
233
  </section>
 
224
  alt="Business Central Dashboard"
225
  class="absolute inset-0 w-full h-full object-cover brightness-50">
226
  <div class="max-w-6xl mx-auto relative z-10 flex justify-end">
227
+ <div class="max-w-xl w-full text-center">
228
  <h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">VLC + Business Central: Powering Precision and Speed in Every Workflow</h1>
229
  <p class="text-xl text-gray-200 mb-8" data-aos="fade-up" data-aos-delay="100">Transforming complexity into simple, seamless flow.</p>
230
+ <div class="flex justify-center">
231
+ <a href="https://www.vlcsolutions.com/contactus.html" class="btn-accent px-8 py-3 rounded-md font-medium inline-block" data-aos="fade-up" data-aos-delay="200">Own Your ERP Rollout</a>
232
+ </div>
233
  </div>
234
  </div>
235
  </section>
style.css CHANGED
@@ -1,4 +1,10 @@
1
 
 
 
 
 
 
 
2
  body {
3
  padding: 0;
4
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
 
1
 
2
+ .hovered-element:hover {
3
+ transform: translateY(-2px);
4
+ transition: transform 0.3s ease;
5
+ }
6
+
7
+
8
  body {
9
  padding: 0;
10
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;