Remove top/bottom margin from the first/last element in <aside>

This commit is contained in:
daudix
2024-10-12 03:23:19 +03:00
parent ef3525952e
commit 25771bec3b
3 changed files with 12 additions and 0 deletions

View File

@ -521,12 +521,15 @@ The <abbr title="American Standard Code for Information Interchange">ASCII</abbr
```html
<aside>
-> Contents here <-
</aside>
```
<aside>
Quill and a parchment
<img class="transparent no-hover" style="margin-block-end: 0; border-radius: 0;" alt="Quill and a parchment" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg/326px-%D7%A7%D7%9C%D7%A3%2C_%D7%A0%D7%95%D7%A6%D7%94_%D7%95%D7%93%D7%99%D7%95.jpg" />
</aside>