From 73be1f6de87f6cb6b4337bbc837033ec446d8306 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 16 Feb 2025 10:18:07 -0600 Subject: statistics page start --- served/styles/statistics.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 served/styles/statistics.css (limited to 'served/styles') diff --git a/served/styles/statistics.css b/served/styles/statistics.css new file mode 100644 index 0000000..2b9bb61 --- /dev/null +++ b/served/styles/statistics.css @@ -0,0 +1,23 @@ +#hostmeminfo, +#hostnetinfo { + width: 256px; + height: 160px; + image-rendering: pixelated; + border: 1px solid var(--text); +} + +.stat { + h2 { + margin: 0; + } + + p:first-of-type { + margin-top: 0; + } +} + +#stats { + display: grid; + grid-template-columns: 1fr 1fr; + column-gap: 0.5rem; +} \ No newline at end of file -- cgit 1.4.1-3-g733a5