diff --git a/index.html b/index.html index 9e5e57a..24e956a 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,15 @@ display: flex; justify-content: center; gap: 2px; + align-items: center; + } + + #fsetJournals { + display: none + } + + #alljournals:checked + #fsetJournals { + display: block } article { @@ -26,6 +35,12 @@ padding: 5px; margin: 5px; border: 1px solid gray; + &:first-child { + text-align: center + a { + background-color: bisque; + } + } } @@ -53,7 +68,7 @@ // console.log(doc.texto) document.getElementById('resultado').insertAdjacentHTML('beforeend', `
- ${dodf.json.tituloSangria} +

${dodf.json.tituloSangria}

${doc.texto}
`) } @@ -78,7 +93,10 @@
Pesquisa - +
+ Edições Anteriores + +