diff --git a/src/index.html b/src/index.html index 9c81fc3..39c258d 100644 --- a/src/index.html +++ b/src/index.html @@ -43,6 +43,10 @@ along with this program. If not, see . + + diff --git a/src/stylesheet.css b/src/stylesheet.css index 2664904..b62aade 100644 --- a/src/stylesheet.css +++ b/src/stylesheet.css @@ -34,6 +34,12 @@ html * { color: var(--text); } +footer { + text-align: center; + width: 100%; + padding: 10px 0; +} + h1 { font-size: 24pt; font-weight: bolder; @@ -77,6 +83,11 @@ input:focus { flex-direction: column; } +#disclaimer { + position: absolute; + bottom: 0; +} + input[type=submit] { width: 82px; box-sizing: border-box;