center html table

This commit is contained in:
DIVISIONSolar 2023-03-31 18:36:25 -04:00
parent 179614b29d
commit 6b3650ec7e
2 changed files with 12 additions and 0 deletions

View file

@ -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;
} }

View file

@ -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>