aboutsummaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
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