Skip to content

Commit a8a2a1c

Browse files
authored
Update index.html
1 parent 517cf83 commit a8a2a1c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
border-collapse: collapse;
2323
border: 0px;
2424
}
25-
25+
table.menu-table {
26+
width: 30%;
27+
padding:5;
28+
border-width: 2px
29+
}
2630
td {
2731
padding: 10px 15px;
2832
text-align: left;
@@ -78,7 +82,7 @@
7882
</style>
7983
</head>
8084
<body>
81-
<table style="width: 30%; padding:5; border-width: 2px;">
85+
<table class="menu-table">
8286
<tr>
8387
<td width=10 rowspan="2">&nbsp;</td>
8488
<td rowspan="2">

0 commit comments

Comments
 (0)