blob: 0c77c0e14fc3e0f3707e6dee32aea5a9738b6fb1 [file] [log] [blame] [edit]
<!DOCTYPE HTML>
<title>Details pseudo-elements</title>
<style>
div { background: aqua }
</style>
<details open>
<summary>The summary</summary>
<div>The details!</div>
</details>