Skip to content

Commit 4438f3c

Browse files
committed
index
1 parent 9fa38a8 commit 4438f3c

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

index.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<script src="https://kit.fontawesome.com/4b9ba14b0f.js" crossorigin="anonymous"></script>
45
<script src="https://code.jquery.com/jquery-3.7.0.min.js" type="text/javascript"></script>
56
<style>
67
body {
@@ -11,14 +12,27 @@
1112
vertical-align: middle;
1213
text-align: center;
1314
}
15+
* {
16+
user-select: none;
17+
}
1418
</style>
1519
</head>
1620
<body class="gh-gray">
17-
<div class="gh-card">
18-
<h1>GitCSS v1.0.0</h1>
19-
<p>by <a href="https://WillDev12.github.io">WillDev12</a> on <a href="https://github.com/WillDev12/Github-CSS">Github</a></p>
20-
<div class="flex">
21-
<input type="text" class="gh-input" style="margin: 6px;">
21+
<div style="position: relative;">
22+
<button class="gh-card" style="position: absolute; top: 32px; left: 0px;">
23+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Octicons-git-branch.svg/1280px-Octicons-git-branch.svg.png" alt="Code Icon Free Download - Github Fork Icon Png, Transparent Png@kindpng.com" style="width: 18px; height: 28px;">
24+
</button>
25+
<div class="gh-card" style="margin: 16px;">
26+
<h1>GitCSS v1.0.0</h1>
27+
<p style="margin-bottom: 32px;">by <a href="https://WillDev12.github.io">WillDev12</a> on <a href="https://github.com/WillDev12/Github-CSS">Github</a></p>
28+
<div class="gh-card gh-blue-hover">
29+
<div class="flex">
30+
<textarea class="gh-input" style="margin: 6px; resize: none; height: 16px; width: 300px;"><script src="https://WillDev12.github.io/Github-CSS/release/git.css-1.0.0.js"></script></textarea>
31+
<button class="gh-new" style="height: 30px; margin: 5px; width: 68px;">
32+
Copy
33+
</button>
34+
</div>
35+
</div>
2236
</div>
2337
</div>
2438
<script src="./release/git.css-1.0.0.js"></script>

0 commit comments

Comments
 (0)