Add text-align tag to table

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-05-02 23:02:10 +01:00
parent d9ef62e590
commit bbe39512ce
1 changed files with 2 additions and 1 deletions

View File

@ -16,11 +16,12 @@
width: 100%; width: 100%;
color: azure; color: azure;
font-family: sans-serif; font-family: sans-serif;
text-align: center;
} }
#title { #title {
height: 100px; height: 100px;
padding-top: 0px; padding-top: 0px;
margin-top: 0px margin-top: 0px;
} }
h1 { h1 {
color: #00b7b7; color: #00b7b7;