1
mirror of https://github.com/jakejarvis/npqueue.git synced 2025-04-26 08:05:21 -04:00

frontend styling

This commit is contained in:
Jake Jarvis 2019-06-24 16:31:10 -04:00
parent 798cfb3c01
commit c01ce95f6a
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B
2 changed files with 17 additions and 1 deletions

View File

@ -4,11 +4,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NoPixel GTA5 RP Online Players</title>
<link rel="dns-prefetch" href="https://hidden-depths-42970.herokuapp.com">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="title">NoPixel Players [New Server &ndash; 60 Slots]</h1>
<h1 id="title">NoPixel Players 👾</h1>
<h2 id="active">Active Players:</h2>
<h2 id="queue">In Queue:</h2>
<p>Please report missing or inaccurate <a href="https://github.com/jakejarvis/npqueue/issues/new" target="_blank" rel="noopener noreferrer nofollow">on GitHub</a> or <a href="mailto:nopixellist@gmail.com">via email</a>.</p>

View File

@ -4,8 +4,23 @@ body {
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
text-align: center;
}
h1 {
font-size: 2.4em;
}
h2 {
line-height: 0.6em;
}
table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid #000;
padding: 5px;
}