Id dynamic generation and used internally, writer references name instead

This commit is contained in:
Mateus Cezário Barreto 2025-11-13 19:24:00 -03:00
commit 9ef3c07410
2 changed files with 58 additions and 22 deletions

View file

@ -15,9 +15,8 @@ div{
div[name] {
margin-top: 20px;
}
div[id]::before {
content: attr(name);
div p[class="title"] {
display: block;
text-align: right;
text-align: center;
padding-right: 15px;
}