From b698dd1786ce8858744f5cb5293bd97f90c9d207 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 12 Apr 2021 12:17:02 +0300 Subject: User: register and update --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 1790b4d..52d3ce2 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,17 @@ background: red; } +#register_box { + padding: 16px; +} + +#register_box input[type="text"] { + width: 100%; +} +#register_box input[type="password"] { + width: 100%; +} + table, th, td { border: 1px solid black; border-collapse: collapse; -- cgit v1.2.1