add back button

This commit is contained in:
2023-01-05 07:40:19 +01:00
parent 94c075f4dc
commit 481e448500
5 changed files with 31 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ body {
.container {
margin: 2rem auto;
margin-left: 2%;
}
.header {
@@ -63,8 +62,18 @@ main ul li:hover a {
color: #000000;
}
main ul li:before{
main ul li:before {
content: ">";
padding-right: 5px;
color: #24ea26;
}
.back ul li {
float: right;
}
.back ul li:before {
content: "<";
padding-right: 5px;
color: #24ea26;
}