Changed around line 0
-
-
-
-
-
-
The Scroll Alliance-
- body {
- font-family: Arial, sans-serif;
- margin: 0;
- padding: 0;
- background: #f4f4f4;
- color: #333;
- }
- header {
- background: #222;
- color: #fff;
- padding: 20px;
- text-align: center;
- }
- header h1 {
- margin: 0;
- font-size: 2.5em;
- }
- header p {
- margin: 10px 0 0;
- font-size: 1.2em;
- }
- main {
- max-width: 800px;
- margin: 30px auto;
- padding: 20px;
- background: #fff;
- border-radius: 8px;
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
- text-align: center;
- }
- main h2 {
- font-size: 2em;
- margin-bottom: 20px;
- }
- main p {
- font-size: 1.1em;
- line-height: 1.6;
- margin-bottom: 30px;
- }
- .join-buttons a {
- display: inline-block;
- margin: 10px;
- padding: 15px 25px;
- font-size: 1.1em;
- text-decoration: none;
- color: #fff;
- border-radius: 4px;
- transition: background 0.3s ease;
- }
- .crypto {
- background: #f7931a; /* Bitcoin orange */
- }
- .crypto:hover {
- background: #c67c13;
- }
- .credit-card {
- background: #007bff; /* Blue */
- }
- .credit-card:hover {
- background: #0056b3;
- }
- .cash {
- background: #28a745; /* Green */
- }
- .cash:hover {
- background: #218838;
- }
- footer {
- text-align: center;
- padding: 20px;
- background: #222;
- color: #fff;
- margin-top: 30px;
- }
- footer p {
- margin: 0;
- }
-
-
-
-
-
The Scroll Alliance
-
Unite with us to liberate ideas and empower creativity worldwide.
-
-
-
Join The Scroll Alliance
- Your membership supports our mission to eliminate copyrights and patents
- worldwide. Gain access to exclusive support, events, and earn by
- referring others.
-
-
-
-
© 2024 The Scroll Alliance. All rights reserved.
-
-
-