From 57d6c02da7a7aa74b7789d7871e86533b43106fa Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 2 Mar 2025 04:04:29 -0600 Subject: add 'statistics on linux' to words.html --- served/styles/about.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 served/styles/about.css (limited to 'served/styles/about.css') diff --git a/served/styles/about.css b/served/styles/about.css new file mode 100644 index 0000000..4290313 --- /dev/null +++ b/served/styles/about.css @@ -0,0 +1,16 @@ +#cont { + display: grid; + width: 30rem; + grid-template-columns: 5rem 1fr 5rem; + grid-template-rows: 5rem 1fr 5rem; +} + +img { + grid-column: 2; + grid-row: 2; +} + +#text { + grid-column: 1 / 4; + grid-row: 1 / 4; +} \ No newline at end of file -- cgit 1.4.1-3-g733a5