spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit ce9ca4d80d24dbc144e297cc7945966c02aedd49
parent b8afe47f4fb69de6440c361f181981bbf88d7ee2
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Thu,  4 Mar 2021 10:10:27 -0800

Fix 404 page

Diffstat:
M404.html | 1+
Acss/404.css | 7+++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/404.html b/404.html @@ -8,6 +8,7 @@ <link rel="icon" type="image/png" href="https://ashermorgan.github.io/Spanish-Quizzer/images/favicon-32.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://ashermorgan.github.io/Spanish-Quizzer/images/apple-touch-icon.png"> <link rel="stylesheet" href="https://ashermorgan.github.io/Spanish-Quizzer/css/global.css"/> + <link rel="stylesheet" href="https://ashermorgan.github.io/Spanish-Quizzer/css/404.css"/> </head> <body> <header>Spanish-Quizzer</header> diff --git a/css/404.css b/css/404.css @@ -0,0 +1,7 @@ +h1 { + font-size: 25px; + margin-top: 10px; +} +main { + text-align: center; +}