Code standardisation
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
2e72c1deaf
commit
c9e91ba1be
6 changed files with 120 additions and 111 deletions
|
@ -1,8 +1,9 @@
|
|||
/* General styling */
|
||||
body{
|
||||
body {
|
||||
background-image: url(../images/backgroundsharkycoin.png);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Title bar */
|
||||
#title {
|
||||
display: inline-flex;
|
||||
|
@ -22,6 +23,6 @@ body{
|
|||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
#table{
|
||||
#table {
|
||||
display: inline;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue