-
Posts
16 -
Joined
-
Last visited
Community Answers
-
VelocityMarketingGroup's post in Centering "coded" button in code block was marked as the answer
I have found the answer to my own question.
This is the CSS code to center content in your code block:
#block-a2b3f113aa579ef84ad8
{ display: flex;
justify-content: center;
align-items: center;
}