This commit is contained in:
chris 2023-07-11 23:48:01 -04:00
parent 7d526d9824
commit d0bcfdd03b
3 changed files with 9 additions and 4 deletions

View File

@ -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%} */

View File

@ -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);
} }

View File

@ -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 />