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,12 +1,12 @@
/* ReviewDetails.css */
@font-face {
font-family: "testFont";
src: url(CoveredByYourGrace-Regular.ttf);
font-family: testFont;
src: url(CoveredByYourGrace-Regular.ttf);
}
body {
background-color: #F8F3F1;
background-color: #f8f3f1;
}
h1 {
@@ -28,10 +28,11 @@ h1 {
.top-bar > h1 {
position: relative;
text-align: center;
/*color: #e4c3d2;*/
color:#516754;
/* color: #e4c3d2; */
color: #516754;
font-size: 6rem;
font-family: 'testFont';
font-family: testFont;
}
.d-tag {
@@ -40,5 +41,5 @@ h1 {
color: white;
padding-right: 7px;
padding-left: 7px;
margin: 10px 10px 10px 10px;
}
margin: 10px;
}