Merge branch 'main' of https://github.com/eaglercraftx1-8/eaglercraftx1-8.github.io
This commit is contained in:
commit
4789a4c7b9
@ -1,6 +1,6 @@
|
||||
body {
|
||||
font-family: 'Arial', sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
background-color: #f1f1f1;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
@ -11,12 +11,12 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #333;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
h2,
|
||||
p {
|
||||
color: #555;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
button {
|
||||
@ -112,7 +112,7 @@ button:hover {
|
||||
}
|
||||
|
||||
.pick-client {
|
||||
color: #555;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.line {
|
||||
@ -123,7 +123,7 @@ button:hover {
|
||||
|
||||
.version-text {
|
||||
margin: 10px 0;
|
||||
color: #555;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.footer {
|
||||
@ -138,4 +138,9 @@ button:hover {
|
||||
margin-left: 5px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
.title {
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome to EaglerCraftX</h1>
|
||||
<h1>Welcome to EaglerCraftX</h1 class="title">
|
||||
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user