binary font and pading
This commit is contained in:
parent
92e23da302
commit
1ee459dfdd
@ -13,6 +13,7 @@ body {
|
|||||||
width: 55%;
|
width: 55%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
font-family: "Nanum Gothic Coding", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit {
|
.submit {
|
||||||
@ -43,6 +44,8 @@ body {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
padding: 5px;
|
||||||
|
font-family: "Nanum Gothic Coding", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form {
|
#form {
|
||||||
|
|||||||
@ -14,6 +14,9 @@
|
|||||||
<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>
|
<script defer src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
|
||||||
|
<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=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user