diff --git a/style.css b/style.css index 54babf4..60086aa 100644 --- a/style.css +++ b/style.css @@ -17,3 +17,15 @@ section p:nth-child(2) { margin: auto 6rem; text-align: justify; } + +div.content_section_text pre { + margin: 8px 0px 8px 0px; + padding: 8px 8px 8px 8px; + + border-width: 1px; + border-style: dotted; + border-color: #000000; + + background-color: #F5F6F7; + font-family: "Mono"; + }