> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/sa5-richtext/code-blocks.md).

# Code Blocks 🧪

Consider...

* Styling control / themes
* Fixing margins / padding&#x20;

```
<style>
.w-richtext .w-code-block code {
  margin: 0;
  padding: 1rem; 
} 
</style>
```

<https://discourse.webflow.com/t/rich-text-code-block-margin-bug/276530/2>
