Properly align links at top of web page and add header text to page

This commit is contained in:
2024-06-17 23:04:49 +01:00
parent 3d7f2407b6
commit 9db68b263d
3 changed files with 142 additions and 28 deletions

View File

@@ -33,19 +33,23 @@ tfoot tr {
tbody tr:nth-child(odd) {background-color: #dfdfdf}
div.linksattop {
display: flex;
justify-content: space-between;
}
a.prevlink {
float: left;
width:33.33333%;
text-align:left;
text-align: left;
}
div.divseeinbrowser {
float: right;
div.divshowindex {
flex-grow: 1;
text-align: center;
}
a.nextlink {
float: right;
width:33.33333%;
text-align:right;
}
text-align: right;
}
.cssclass1 {background-color:#ffff99;}
.cssclass2 {background-color:lightcoral;}