navatha Posted January 30, 2020 Posted January 30, 2020 Site URL: https://flower-beige-naxb.squarespace.com/config/help How do I inject code block with colored background? I have added below code but the code block doesn't render on the blogging page. It displays as it is <div class="grey"> docker image ls docker pull imagexxxxx docker container run -p 8080:80 -d imagexxxxx (exposed to outside world at 8080) docker container ls </div> <style> .grey { background: #f0f0f0; padding: 50px; text-align: center; } </style>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.