Skip to content

Commit

Permalink
Updated HTML errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SughoshKulkarni committed Apr 4, 2024
1 parent bb1bdab commit 1d640a0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
::-webkit-scrollbar-thumb:hover {
background: #3094AB;
}
::-webkit-scrollbar-corner
::-webkit-scrollbar-corner {
background-color: #D45500;

}
Expand All @@ -303,7 +303,7 @@
}

.column {
float: center;
text-align: center;
width: 17.33%;

padding: 10px;
Expand All @@ -313,7 +313,7 @@

}
.arrow {
float: center;
text-align: center;
width: 5.33%;

padding: 0px;
Expand Down
2 changes: 1 addition & 1 deletion templates/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
::-webkit-scrollbar-thumb:hover {
background: #3094AB;
}
::-webkit-scrollbar-corner
::-webkit-scrollbar-corner {
background-color: #D45500;

}
Expand Down
6 changes: 3 additions & 3 deletions templates/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
::-webkit-scrollbar-thumb:hover {
background: #3094AB;
}
::-webkit-scrollbar-corner
::-webkit-scrollbar-corner {
background-color: #D45500;

}
Expand All @@ -303,7 +303,7 @@
}

.column {
float: center;
text-align: center;
width: 17.33%;

padding: 10px;
Expand All @@ -313,7 +313,7 @@

}
.arrow {
float: center;
text-align: center;
width: 5.33%;

padding: 0px;
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
::-webkit-scrollbar-thumb:hover {
background: #3094AB;
}
::-webkit-scrollbar-corner
::-webkit-scrollbar-corner {
background-color: #D45500;

}
Expand Down
2 changes: 1 addition & 1 deletion templates/output.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
::-webkit-scrollbar-thumb:hover {
background: #3094AB;
}
::-webkit-scrollbar-corner
::-webkit-scrollbar-corner {
background-color: #D45500;

}
Expand Down
10 changes: 5 additions & 5 deletions templates/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
::-webkit-scrollbar-thumb:hover {
background: #3094AB;
}
::-webkit-scrollbar-corner
::-webkit-scrollbar-corner {
background-color: #D45500;

}
Expand Down Expand Up @@ -277,19 +277,19 @@ <h1 style="color:white;font-size:2vw;font-family:Brush Script MT;">
</div> <style>
ul {
list-style-type: square;
align: left;
text-align: left;
}
ul > li > ul {
list-style-type: circle;
align: left;
text-align: left;
}
ul > li > ul > li > ul {
list-style-type: square;
align: left;
text-align: left;
}
ol li {
font-family: Helvetica ;
align: left;
text-align: left;
}
</style>
</div>
Expand Down

0 comments on commit 1d640a0

Please sign in to comment.