# 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>
