From 34d77cd777bd44d7bfe0e3ab3379f9be256ca88b Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 9 Nov 2025 09:56:59 +0100 Subject: Moved to javascript codebase --- index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 index.css (limited to 'index.css') diff --git a/index.css b/index.css new file mode 100644 index 0000000..50a97c3 --- /dev/null +++ b/index.css @@ -0,0 +1,10 @@ +.button-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + grid-column-gap: 30px; + grid-row-gap: 30px; +} +.button-grid button { + padding: 10px; + text-align: center; +} \ No newline at end of file -- cgit v1.3.1