Add notes

This commit is contained in:
Fred Boniface
2023-06-08 11:37:26 +01:00
parent 3b322d8d6e
commit eb0dea084a
3 changed files with 24 additions and 21 deletions

View File

@@ -1,16 +1,23 @@
.titleimg {
width: 150px;
height: 98px;
padding-bottom: 0;
}
#data_headcode {
color: var(--second-text-color);
font-size: 25px;
font-weight:bolder;
color: var(--second-text-color);
font-size: 25px;
font-weight: bolder;
margin-bottom: 5px
}
#data_piscode {
color: var(--second-text-color);
margin: 5px;
color: var(--second-text-color)
}
#data_table {
color: var(--second-text-color);
width: 200px;
margin: auto;
}
color: var(--second-text-color);
width: 200px;
margin: auto
}