Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed images/8.jpg
Binary file not shown.
Binary file added images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
364 changes: 195 additions & 169 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,175 +1,201 @@
html {
scroll-behavior: smooth;
}

::-webkit-scrollbar {
width: 10px;
}

scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
background: #3d3d3d;
}

::-webkit-scrollbar-thumb {
background: #707070;
}

body {
margin: 0px;
font-family: "Fira Sans", sans-serif;
}

.main {
position: relative;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
display: flex;
flex-direction: column;
background-image: url(images/8.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height: 100vh;
min-width: 100%;
top: 0;
left: 0;
}

.main h1 {
color: black;
}

.main h3 {
color: #100f0f;
}

.main button {
text-decoration: none;
transition: 0.5s 5ms;
font-family: sans-serif;
font-size: 15px;
width: 20vh;
min-height: 7vh;
height: 9vh;
background-color: #35353f69;
color: #ffffff;
border: none;
text-decoration: none;
border: 1px black solid;
border-radius: 20px;
}

.main button:hover {
background-color: #35353f;
}

.main img {
width: 10vh;
}

.next__slide {
padding: 20px;
text-align: center;
color: white;
background-color: #121212;
min-height: 60vh;
}

.reasons {
flex-wrap: wrap;
gap: 20px;
display: flex;
justify-content: space-between;
justify-content: center;
text-align: center;
background-color: #121212;
color: white;
}

.reason {
text-decoration: none;
text-align: center;
width: 250px;
height: 270px;
border: 2px solid;
border-color: #22ff88;
background-color: #38384f;
border-radius: 10px;
padding: 20px;
transition-duration: 0.5s;
font-size: 16px;
}

.reason:hover {
border-color: #ff95d6;
color: #ff95d6;
font-size: 17.6px;
height: 280px;
width: 270px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}

.navbar {
backdrop-filter: blur(5px);
z-index: 1;
overflow: hidden;
background-color: #00000080;
position: fixed;
top: 0;
width: 100%;
}

.navbar a {
transition: 1s 5ms;
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 20px;
text-decoration: none;
}

.navbar img {
padding: 10px;
float: left;
width: 5vh;

}

.navbar a:hover {
background: #ffffff90;
color: black;
}

.about {
background-color: #121212;
color: #ffffff;
padding: 1px;
text-align: center;
::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: #3d3d3d;
}

::-webkit-scrollbar-thumb {
background: #717171;
}

body {
margin: 0px;
font-family: "Fira Sans", sans-serif;
}

.main {
position: relative;
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
display: flex;
flex-direction: column;
background-image: url(images/background.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height: 100vh;
min-width: 100%;
top: 0;
left: 0;
}

.main h1 {
color: rgb(224, 224, 224);
}

.main h3 {
color: #a4a4a4;
}

.main button {
background-image: linear-gradient(
92.88deg,
#455eb5 9.16%,
#5643cc 43.89%,
#673fd7 64.72%
);
border-radius: 12px;
margin: 5px;
border-style: none;
box-sizing: border-box;
color: #ffffff;
cursor: pointer;
flex-shrink: 0;
font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
font-size: 16px;
font-weight: 500;
height: 4rem;
padding: 0 1.6rem;
text-align: center;
text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
transition: all 1s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
width: 50%;
min-height: 7vh;
height: 9vh;
text-decoration: none;
}

.main button:hover {
box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
transition-duration: 0.5s;
}

@media (min-width: 768px) {
.button-36 {
padding: 0 2.6rem;
}

}


.main button:hover {
background-color: #35353f;
}

.main img {
width: 10vh;
}

.next__slide {
padding: 20px;
text-align: center;
color: white;
background-color: #121212;
min-height: 60vh;
}

.reasons {
flex-wrap: wrap;
gap: 20px;
display: flex;
justify-content: space-between;
justify-content: center;
text-align: center;
background-color: #121212;
color: white;
}

.reason {
text-decoration: none;
text-align: center;
width: 250px;
height: 270px;
border: 2px solid;
border-color: #22ff88;
background-color: #38384f;
border-radius: 10px;
padding: 20px;
transition-duration: 0.5s;
font-size: 16px;
}

.reason:hover {
border-color: #ff95d6;
color: #ff95d6;
font-size: 17.6px;
height: 280px;
width: 270px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}

.navbar {
backdrop-filter: blur(5px);
z-index: 1;
overflow: hidden;
background-color: #00000080;
position: fixed;
top: 0;
width: 100%;
}

.navbar a {
transition: 1s 5ms;
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 20px;
text-decoration: none;
}

.navbar img {
padding: 10px;
float: left;
width: 40px;
}

.navbar a:hover {
background: #ffffff90;
color: black;
}

.about {
background-color: #121212;
color: #ffffff;
padding: 1px;
text-align: center;
}

.about p {
color: #9f9f9f;
margin-left: 20vh;
margin-right: 20vh;
}

@media (max-width: 1000px) {
.about p {
color: #9f9f9f;
margin-left: 20vh;
margin-right: 20vh;
}

@media (max-width: 1000px) {
.about p {
color: #9f9f9f;
margin-left: 5vh;
margin-right: 5vh;
}
margin-left: 5vh;
margin-right: 5vh;
}
.warning {
color: #ffffff;
padding-top: 30px;
}
}

.warning {
color: #ffffff;
padding-top: 30px;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<img src="images/icon.png" alt="">
<h1>Axolotl Client</h1>
<h3>A Free & Open-source Minecraft Client</h3>
<a href="https://modrinth.com/mod/axolotlclient/versions#all-versions"><button>Download</button></a>
<a href="https://modrinth.com/mod/axolotlclient/versions#all-versions"><button class="tooltip">
Download</button></a>
<a href="https://modrinth.com/mod/axolotlclient/gallery"><button>Screenshots</button></a>
</div>
</div>
Expand Down