aboutsummaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-09 09:56:59 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-09 09:56:59 +0100
commit34d77cd777bd44d7bfe0e3ab3379f9be256ca88b (patch)
tree04fba9f8bb99ac8fa15a1048b0ee06cbfed7f25d /index.css
parent90390365bd93a4ee086c2931bb70ffa571a726b9 (diff)
Moved to javascript codebase
Diffstat (limited to 'index.css')
-rw-r--r--index.css10
1 files changed, 10 insertions, 0 deletions
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