This commit is contained in:
PrestonT500 2024-09-20 15:48:17 -07:00
commit 4789a4c7b9
2 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
body { body {
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
background-color: #f4f4f4; background-color: #f1f1f1;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: center; text-align: center;
@ -11,12 +11,12 @@ body {
} }
h1 { h1 {
color: #333; color: #000000;
} }
h2, h2,
p { p {
color: #555; color: #000000;
} }
button { button {
@ -112,7 +112,7 @@ button:hover {
} }
.pick-client { .pick-client {
color: #555; color: #000000;
} }
.line { .line {
@ -123,7 +123,7 @@ button:hover {
.version-text { .version-text {
margin: 10px 0; margin: 10px 0;
color: #555; color: #000000;
} }
.footer { .footer {
@ -139,3 +139,8 @@ button:hover {
width: 20px; width: 20px;
height: 20px; height: 20px;
} }
.title {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}

View File

@ -13,7 +13,7 @@
</head> </head>
<body> <body>
<h1>Welcome to EaglerCraftX</h1> <h1>Welcome to EaglerCraftX</h1 class="title">
<p>Site views counter:</p> <p>Site views counter:</p>
<div align='center'><a><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=177632&s=16' border='0' alt='View Counter'></a></div> <div align='center'><a><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=177632&s=16' border='0' alt='View Counter'></a></div>