Add files via upload

This commit is contained in:
AkhilBarthwal005 2020-10-29 15:35:51 +05:30 committed by GitHub
parent 81734f1942
commit e1e2709852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
table, th, td {
border: 2px solid #a59f9f;
margin-right: auto;
margin-left: auto;
width: 75%;
padding: 5px 15px;
text-align: center;
border-spacing: 1.5px 1.5px;
border-collapse: collapse;
}
th{
width: 100%;
}