Add text-align tag to table
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
d9ef62e590
commit
bbe39512ce
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user