fixes
This commit is contained in:
parent
7d526d9824
commit
d0bcfdd03b
@ -46,6 +46,8 @@ body {
|
|||||||
|
|
||||||
#form {
|
#form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-weight: bolder;
|
||||||
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button {
|
#button {
|
||||||
@ -53,5 +55,7 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: max(fit-content, 175px);
|
height: max(fit-content, 175px);
|
||||||
|
font-weight: bolder;
|
||||||
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||||
}
|
}
|
||||||
/* #button{margin-left:43%} */
|
/* #button{margin-left:43%} */
|
||||||
|
|||||||
@ -73,5 +73,6 @@ function copyOut() {
|
|||||||
navigator.clipboard.writeText(copyText.value);
|
navigator.clipboard.writeText(copyText.value);
|
||||||
|
|
||||||
// Alert the copied text
|
// Alert the copied text
|
||||||
alert("Copied the text: " + copyText.value);
|
swal("Copied the text:", copyText.value);
|
||||||
|
// alert("Copied the text: " + copyText.value);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/binary/binary.css" />
|
<link rel="stylesheet" type="text/css" href="/binary/binary.css" />
|
||||||
<script defer data-domain="chrisedwards.tech" src="https://metric1.chrisedwards.tech/js/plausible.js"></script>
|
<script defer data-domain="chrisedwards.tech" src="https://metric1.chrisedwards.tech/js/plausible.js"></script>
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
||||||
|
<script defer src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -38,8 +38,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<textarea id="out" onclick="copyOut()">
|
<div id="out" onclick="copyOut()">
|
||||||
</textarea>
|
</div>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user