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;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
</head>
|
||||
<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>
|
||||
<br>
|
||||
<table class="table-center" rules="rows">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue