No more inline styles and scripts

This commit is contained in:
2022-12-13 01:02:09 +01:00
parent 659bcb8f51
commit 52e588e0cc
4 changed files with 84 additions and 87 deletions

10
index.css Normal file
View File

@@ -0,0 +1,10 @@
h1 {
text-align: center
}
summary {
text-align: center;
}
#search-container hr {
margin-top: 10px;
margin-bottom: 20px;
}