Update index.html
This commit is contained in:
parent
b0592d4ce3
commit
e9fa5bf6c9
21
index.html
21
index.html
@ -13,8 +13,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -96,11 +95,27 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.source-btn {
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
padding: 10px 20px;
|
||||||
|
font-size: 16px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: none;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin: 10px;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.source-btn:hover {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Welcome to EaglerCraftX</h1>
|
<h1>Welcome to EaglerCraftX</h1>
|
||||||
<h2>Pick a Client:</h2>
|
|
||||||
|
|
||||||
<div class="column-1-8">
|
<div class="column-1-8">
|
||||||
<a href="main.html"><button>Main Client</button></a>
|
<a href="main.html"><button>Main Client</button></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user