Skip to content

Commit

Permalink
updates beta ver 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirdug committed Aug 16, 2024
1 parent 589e6de commit 5a94e32
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 9 deletions.
3 changes: 1 addition & 2 deletions AI.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ <h1>Chatbot</h1>

</body>

<footer class="footer">
<footer class="footer1">
<p>beta ver 0.0.1</p>
</footer>

</html>
2 changes: 1 addition & 1 deletion about.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ border-radius: 100%;
}


.footer {
.footer1 {
position: fixed;
bottom: 0;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>about</h1>

</body>

<footer class="footer">
<footer class="footer1">
<p>beta ver 0.0.1</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion games.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Games</h1>

</body>

<footer class="footer">
<footer class="footer1">
<p>beta ver 0.0.1</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>Homepage</h1>

</body>

<footer class="footer">
<footer class="footer1">
<p>beta ver 0.0.1</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion servers.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ iframe {
}


.footer {
.footer1 {
position: fixed;
bottom: 0;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion servers.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1>Server Stats</h1> <!-- Moved the heading outside the chip container -->

</body>

<footer class="footer">
<footer class="footer1">
<p>beta ver 0.0.1</p>
</footer>

Expand Down
16 changes: 15 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ padding: 30px;

}

.footer {
.footer1 {
position: fixed;
bottom: 0;
width: 100%;
Expand All @@ -464,4 +464,18 @@ padding: 30px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.footer2 {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
padding: 10px;
background-color: rgba(8, 10, 15, 0.21); /* Slightly transparent background */
backdrop-filter: blur(10px); /* Blur background */
color: #FFF;
font-family: "Montserrat", sans-serif;
font-weight: 700;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

0 comments on commit 5a94e32

Please sign in to comment.