fix html linting and some css linting issues

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2022-11-21 17:27:18 -08:00
parent 63a7d5ce1f
commit 9194dd5166
5 changed files with 49 additions and 47 deletions

View File

@@ -1,13 +1,12 @@
/* CreatePage.css */
@font-face {
font-family: "testFont";
font-family: testFont;
src: url(CoveredByYourGrace-Regular.ttf);
}
body {
background-color: #F8F3F1;
background-color: #f8f3f1;
}
.top-bar {
@@ -25,7 +24,7 @@ body {
.top-bar > h1 {
position: relative;
text-align: center;
color:#516754;
color: #516754;
font-size: 6rem;
font-family: 'testFont';
}
font-family: testFont;
}