center html table
This commit is contained in:
parent
179614b29d
commit
6b3650ec7e
2 changed files with 12 additions and 0 deletions
11
games.css
11
games.css
|
|
@ -4,6 +4,17 @@ body {
|
||||||
font-family: Abril-Fatface, Rubik;
|
font-family: Abril-Fatface, Rubik;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="web-title-center">Found a broken game, or want to request one? Email us! <a href="mailto:contact@revela-network.com">contact@revela-network.com</a></h1>
|
<h1 class="web-title-center">Found a broken game, or want to request one? Email us! <a href="mailto:contact@revela-network.com">contact@revela-network.com</a></h1>
|
||||||
|
<br>
|
||||||
<table class="table-center" rules="rows">
|
<table class="table-center" rules="rows">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue