Changed styles

This commit is contained in:
2023-09-13 22:30:58 +05:30
parent ba16fd37b5
commit 339c90066f

View File

@@ -113,3 +113,11 @@ code {
justify-content: center; justify-content: center;
width: auto; width: auto;
} }
table {
display: flex;
justify-content: center;
width: 75%;
border: 1px solid black;
border-collapse: collapse;
}