File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < script src ="https://kit.fontawesome.com/4b9ba14b0f.js " crossorigin ="anonymous "> </ script >
4
5
< script src ="https://code.jquery.com/jquery-3.7.0.min.js " type ="text/javascript "> </ script >
5
6
< style >
6
7
body {
11
12
vertical-align : middle;
12
13
text-align : center;
13
14
}
15
+ * {
16
+ user-select : none;
17
+ }
14
18
</ style >
15
19
</ head >
16
20
< 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 >
22
36
</ div >
23
37
</ div >
24
38
< script src ="./release/git.css-1.0.0.js "> </ script >
You can’t perform that action at this time.
0 commit comments