mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 07:48:57 +00:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<img src="https://raw.githubusercontent.com/PR0M3TH3AN/SeedPass/refs/heads/main/logo/png/SeedPass-Logo-11.png" alt="SeedPass Logo" class="logo">
|
<img src="https://raw.githubusercontent.com/PR0M3TH3AN/SeedPass/refs/heads/main/logo/png/SeedPass-Logo-05.png" alt="SeedPass Logo" class="logo">
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
@@ -14,7 +14,7 @@ body {
|
|||||||
|
|
||||||
/* Navbar */
|
/* Navbar */
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #e94a39; /* Red background */
|
background-color: #283c4f; /* Red background */
|
||||||
padding: 40px 0;
|
padding: 40px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -29,7 +29,7 @@ body {
|
|||||||
.intro {
|
.intro {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 100px 20px;
|
padding: 100px 20px;
|
||||||
background-color: #e94a39; /* Red background for hero section */
|
background-color: #283c4f; /* Red background for hero section */
|
||||||
color: #ffffff; /* White text for contrast */
|
color: #ffffff; /* White text for contrast */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -104,13 +104,13 @@ body {
|
|||||||
/* Disclaimer Section */
|
/* Disclaimer Section */
|
||||||
.disclaimer {
|
.disclaimer {
|
||||||
padding: 40px 20px;
|
padding: 40px 20px;
|
||||||
background-color: #283c4f;
|
background-color: #e94a39;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.disclaimer h2 {
|
.disclaimer h2 {
|
||||||
color: #e94a39;
|
color: white;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -123,11 +123,11 @@ body {
|
|||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
footer {
|
footer {
|
||||||
background-color: #f4f4f9;
|
background-color: #e94a39;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
color: #555;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
|
Reference in New Issue
Block a user