maralvic commited on
Commit
88f7317
·
verified ·
1 Parent(s): 739d551

A cor do header deve ser #5466DD - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +9 -9
index.html CHANGED
@@ -50,7 +50,7 @@
50
  }
51
 
52
  .btn-acessar {
53
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
54
  color: white;
55
  border: none;
56
  padding: 15px 30px;
@@ -107,7 +107,7 @@
107
  }
108
 
109
  .btn-ok {
110
- background: #667eea;
111
  color: white;
112
  border: none;
113
  padding: 12px 25px;
@@ -118,7 +118,7 @@
118
  }
119
 
120
  .btn-ok:hover {
121
- background: #5a6fd8;
122
  }
123
 
124
  @media (max-width: 600px) {
@@ -139,7 +139,7 @@
139
 
140
 
141
  .profmarcelovicente-bg {
142
- background-color: #667eea;
143
  }
144
 
145
  .profmarcelovicente-text {
@@ -151,12 +151,12 @@
151
  }
152
 
153
  .profmarcelovicente-btn {
154
- background-color: #667eea;
155
  color: white;
156
  }
157
 
158
  .profmarcelovicente-btn:hover {
159
- background-color: #5a6fd8;
160
  }
161
 
162
  .dropdown:hover .dropdown-menu {
@@ -175,7 +175,7 @@
175
  </head>
176
  <body class="bg-gray-50">
177
  <!-- Header -->
178
- <header class="profmarcelovicente-bg text-white shadow-lg">
179
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
180
  <div class="text-xl"><a href="https://marcelovicente.prof" style="color: #fff;text-decoration: none;" target="_self" >@profmarcelovicente</a></div>
181
  <div class="flex space-x-4">
@@ -409,7 +409,7 @@
409
 
410
 
411
  <!-- Footer -->
412
- <footer class="profmarcelovicente-bg text-white py-8">
413
  <div class="container mx-auto px-4">
414
  <div class="flex flex-col md:flex-row justify-between items-center">
415
  <div class="mb-4 md:mb-0">
@@ -430,7 +430,7 @@
430
  <i class="fab fa-linkedin text-2xl"></i>
431
  </a>
432
  </div> </div>
433
- <div class="border-t border-[#667eea] mt-6 pt-6 text-center text-white">
434
  <p>© 2025 ECJ - Educação Corporativa e Jurídica SS Ltda. Todos os direitos reservados.</p>
435
  </div>
436
  </div>
 
50
  }
51
 
52
  .btn-acessar {
53
+ background: #6778EE;
54
  color: white;
55
  border: none;
56
  padding: 15px 30px;
 
107
  }
108
 
109
  .btn-ok {
110
+ background: #6778EE;
111
  color: white;
112
  border: none;
113
  padding: 12px 25px;
 
118
  }
119
 
120
  .btn-ok:hover {
121
+ background: #5b68c7;
122
  }
123
 
124
  @media (max-width: 600px) {
 
139
 
140
 
141
  .profmarcelovicente-bg {
142
+ background-color: #5466DD;
143
  }
144
 
145
  .profmarcelovicente-text {
 
151
  }
152
 
153
  .profmarcelovicente-btn {
154
+ background-color: #6778EE;
155
  color: white;
156
  }
157
 
158
  .profmarcelovicente-btn:hover {
159
+ background-color: #5b68c7;
160
  }
161
 
162
  .dropdown:hover .dropdown-menu {
 
175
  </head>
176
  <body class="bg-gray-50">
177
  <!-- Header -->
178
+ <header class="text-white shadow-lg" style="background-color: #5466DD;">
179
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
180
  <div class="text-xl"><a href="https://marcelovicente.prof" style="color: #fff;text-decoration: none;" target="_self" >@profmarcelovicente</a></div>
181
  <div class="flex space-x-4">
 
409
 
410
 
411
  <!-- Footer -->
412
+ <footer class="text-white py-8" style="background-color: #5466DD;">
413
  <div class="container mx-auto px-4">
414
  <div class="flex flex-col md:flex-row justify-between items-center">
415
  <div class="mb-4 md:mb-0">
 
430
  <i class="fab fa-linkedin text-2xl"></i>
431
  </a>
432
  </div> </div>
433
+ <div class="border-t border-[#6778EE] mt-6 pt-6 text-center text-white">
434
  <p>© 2025 ECJ - Educação Corporativa e Jurídica SS Ltda. Todos os direitos reservados.</p>
435
  </div>
436
  </div>