Skip to content
Open
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
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en">

Expand Down Expand Up @@ -127,16 +126,18 @@
word-wrap: break-word;
text-align: center;
}
.container .top .spand
{

.container .top .spand {
font-size: 0.8em;
display: flex;
justify-content: space-between;
align-items: center; }
align-items: center;
}
}

.container .top .spand #btn {
margin: 1em;

cursor: pointer;
}
</style>
<meta charset="UTF-8" />
Expand All @@ -157,8 +158,9 @@
<div class="container">
<div class="top">
<h2>Get the shortest link for your Code !</h2>
<span style="margin-top: 2em;" class="spand"><a class="btn" id="btn">Custom paste<i class="bi bi-plus-square"></i></a>
<a class="randBtn" id="btn" style="background: #E02401" ; cursor: pointer;>Random paste<i
<span style="margin-top: 2em;" class="spand"><a class="btn" id="btn">Custom paste<i
class="bi bi-plus-square"></i></a>
<a class="randBtn" id="btn" style="background: #E02401;color: #171717;">Random paste<i
class="bi bi-plus-square"></i></a> </span>
</div>
<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg" class="wave">
Expand Down