Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.botc-example { | .botc-example { | ||
display: table; | |||
margin: 1em auto; | |||
padding: 0.75em 1em; | |||
background: #f8f9fa; | background: #f8f9fa; | ||
border: 1px solid #c8ccd1; | |||
border-radius: 6px; | |||
max-width: 90%; | |||
text-align: left; | |||
border- | |||
} | } | ||
Revision as of 10:45, 29 June 2026
.botc-example {
display: table;
margin: 1em auto;
padding: 0.75em 1em;
background: #f8f9fa;
border: 1px solid #c8ccd1;
border-radius: 6px;
max-width: 90%;
text-align: left;
}
