mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-10 16:27:22 +00:00
fix html linting and some css linting issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user