better background
This commit is contained in:
parent
0d54f40061
commit
bf4c8989eb
2 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
|||
<script src="./script.js" defer></script>
|
||||
<title>dn724</title>
|
||||
|
||||
<style>
|
||||
html {
|
||||
font-size: large;
|
||||
background: #fee;
|
||||
}
|
||||
</style>
|
||||
|
||||
<input type="number" min="0" placeholder="your ASN" oninput="calculate(this)">
|
||||
<p>Port: <span id="result"></span></p>
|
||||
</html>
|
|
@ -1,12 +1,15 @@
|
|||
html {
|
||||
font-size: large;
|
||||
background: #fee;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0 auto;
|
||||
padding-right: 20px; /* make it look aligned */
|
||||
max-width: calc(100vw - 40px);
|
||||
word-wrap: break-word;
|
||||
width: fit-content;
|
||||
border-radius: 0px;
|
||||
}
|
||||
ul {
|
||||
margin-bottom: 1.4em;
|
||||
|
|
Loading…
Reference in a new issue