Skip to content

Commit 4f7d0fa

Browse files
Notes changes
1 parent 0650bf4 commit 4f7d0fa

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

index.css

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -90,43 +90,6 @@ body {
9090
}
9191
}
9292

93-
.tooltip {
94-
position: relative;
95-
display: inline-block;
96-
}
97-
98-
.tooltip .tooltiptext {
99-
opacity: 0;
100-
transition: opacity 1s;
101-
visibility: hidden;
102-
width: 150px;
103-
background-color: rgba(58, 58, 58, 0.912);
104-
color: #fff;
105-
text-align: center;
106-
border-radius: 6px;
107-
padding: 5px 0;
108-
position: absolute;
109-
z-index: 1;
110-
bottom: 120%;
111-
left: 40%;
112-
margin-left: -60px;
113-
}
114-
115-
.tooltip .tooltiptext::after {
116-
content: "";
117-
position: absolute;
118-
top: 100%;
119-
left: 50%;
120-
margin-left: -5px;
121-
border-width: 5px;
122-
border-style: solid;
123-
border-color: rgb(54, 54, 54) transparent transparent transparent;
124-
}
125-
126-
.tooltip:hover .tooltiptext {
127-
opacity: 1;
128-
visibility: visible;
129-
}
13093

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

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@
2424
<img src="images/icon.png" alt="">
2525
<h1>Axolotl Client</h1>
2626
<h3>A Free & Open-source Minecraft Client</h3>
27-
<a href="https://modrinth.com/mod/axolotlclient/versions#all-versions"><button class="tooltip"><span class="tooltiptext">Available for 1.8.9, 1.16.5, 1.19-1.19.4</span>Download</button></a>
27+
<a href="https://modrinth.com/mod/axolotlclient/versions#all-versions"><button class="tooltip">
28+
Download</button></a>
2829
<a href="https://modrinth.com/mod/axolotlclient/gallery"><button>Screenshots</button></a>
2930
</div>
3031
</div>
3132

3233
<div class="next__slide">
33-
<h2>Why <em>Axolotl Client?</em></h2>
34+
<h2>Why <em>AxolotlClient?</em></h2>
3435
<div class="reasons">
3536
<div class="reason">
3637
<img class="icon" src="images/github.svg" width="70px" height="70px">
@@ -63,7 +64,7 @@ <h2>
6364
</div>
6465
<div class="about">
6566
<h1>About</h1>
66-
<p>Axolotl Client was created due to my anger against blowing up Minecraft Clients like Lunar & Badlion, which
67+
<p>AxolotlClient was created due to my anger against blowing up Minecraft Clients like Lunar & Badlion, which
6768
(like you'd expect) are completely proprietary and locked-down. I wanted to give an example on how to do it better
6869
and
6970
started developing this in August 2021. In this form I created something what I had not seen anywhere before:

0 commit comments

Comments
 (0)