Changed styles

This commit is contained in:
2023-09-13 22:37:11 +05:30
parent 339c90066f
commit d00f00171f

View File

@@ -115,9 +115,13 @@ code {
} }
table { table {
display: flex; text-align: center;
justify-content: center; margin: auto;
width: 75%; width: 75%;
border: 1px solid black; border: 1px solid black;
border-collapse: collapse; border-collapse: collapse;
}
tr, td, th {
border: 1px solid black;
} }