diff options
Diffstat (limited to 'VPNAuth.Server/wwwroot/style.css')
-rw-r--r-- | VPNAuth.Server/wwwroot/style.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/VPNAuth.Server/wwwroot/style.css b/VPNAuth.Server/wwwroot/style.css new file mode 100644 index 0000000..c1dfc25 --- /dev/null +++ b/VPNAuth.Server/wwwroot/style.css @@ -0,0 +1,25 @@ +@import url("/static/chota.css"); + +body { + text-align: center; +} + +ul, li { + list-style-position: inside; +} + +table { + margin-left: auto; + margin-right: auto; +} + +th.normal { + text-align: left; + font-weight: normal; +} + +form { + width: fit-content; + margin-left: auto; + margin-right: auto; +} |