benary
This commit is contained in:
parent
bc7e2bbf9b
commit
1f0b0a08f6
@ -1,10 +1,11 @@
|
||||
body {
|
||||
background-color: #6497b1
|
||||
background-color: #6497b1;
|
||||
font-family: "Courier Prime", monospace;
|
||||
}
|
||||
|
||||
#input {
|
||||
border: 4px black solid;
|
||||
height: 20%;
|
||||
height: 5rem;
|
||||
background-color: #e5e4e2;
|
||||
border-radius: 5px;
|
||||
overflow: auto;
|
||||
@ -15,7 +16,7 @@
|
||||
.submit {
|
||||
background-color: #03396c;
|
||||
border: 2px black solid;
|
||||
width: 25vw;
|
||||
/* width: 25vw; */
|
||||
height: 100px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
@ -26,26 +27,27 @@
|
||||
justify-content: center;
|
||||
margin-top: 3%;
|
||||
margin-bottom: 3%;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
#out {
|
||||
border: 4px black solid;
|
||||
width: 75vw;
|
||||
height: 25%;
|
||||
height: 5rem;
|
||||
margin: auto;
|
||||
background-color: #e5e4e2;
|
||||
border-radius: 5px;
|
||||
overflow: auto
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#form {
|
||||
text-align: center
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 20vh;
|
||||
height: max(fit-content, 175px);
|
||||
}
|
||||
/* #button{margin-left:43%} */
|
||||
@ -1,17 +1,20 @@
|
||||
<DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
|
||||
<title>Binary</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" type="text/css" href="/menu/menu.css" />
|
||||
<link rel="icon" type="image/ico" href="../binary.ico">
|
||||
<link rel="stylesheet" type="text/css" href="binary.css" />
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<div id="nav_menu">
|
||||
</div>
|
||||
<script src="/menu/menu.js"></script>
|
||||
@ -34,10 +37,10 @@
|
||||
|
||||
<div id="out" onclick="copy()">
|
||||
<div>
|
||||
</body>
|
||||
|
||||
<br />
|
||||
|
||||
<script type="text/javascript" src="binary.js">
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user