diff --git a/website/homepage/src/guides_template.html b/website/homepage/src/guides_template.html
index b51765ec1e..83f4fb7cc0 100644
--- a/website/homepage/src/guides_template.html
+++ b/website/homepage/src/guides_template.html
@@ -88,6 +88,20 @@
padding-inline-start: 40px;
list-style-type: none;
}
+
+ table {
+ margin: auto;
+ }
+
+ th {
+ background: #ccc;
+ }
+
+ th, td {
+ border: 1px solid #ccc;
+ padding: 10px;
+ }
+