From fd4cb27121122d146b8cc3d55ad5aa9312c2cbe6 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 7 Apr 2021 11:49:12 +0300 Subject: Initial commit --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..1790b4d --- /dev/null +++ b/style.css @@ -0,0 +1,12 @@ +#login_box { + float: right; + background: red; +} + +table, th, td { + border: 1px solid black; + border-collapse: collapse; +} +th, td { + padding: 5px; +} -- cgit v1.2.1