Skip to content

Commit

Permalink
centered decrypt input
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjennings committed Apr 28, 2024
1 parent e16530f commit 88401ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
body { background-color: white; }
html,body {
height:100%;
width:100%;
margin:0;
}
body {
display:flex;
}
.center {
margin:auto;
}
4 changes: 2 additions & 2 deletions template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</style>
</head>
<body>
<div id="aewef">
<div id="aewef" class="center">
<form id="form">
<input type="password" id="password" autofocus />
<input type="password" id="password" />
<input type="submit" value="submit">
</form>
</div>
Expand Down

0 comments on commit 88401ce

Please sign in to comment.