<style>paste here</style>
brackets at the top of your slug.
css
.wavy {
text-decoration: underline;
text-decoration-style: wavy;
}
html
<u class="wavy"></u>
html
<details align="left"><summary style="color:black;""font-size: 0px;" class="mb8">details</summary><p>
css
details summary::before {
content:url(image link when it's closed);
}
details summary::before {
content:url(image link when it's open);
}
css
a:hover {
text-decoration: none;
font-style: italic ;
}
html
<div style="height:sizepx; width:sizepx; overflow:scroll; border: solid; border-width; sizepx border-color: black padding:10px">
leaving the height/width as "sizepx" will make it automatically fit the container