adding div content_section_text pre
This commit is contained in:
parent
6fd8fff652
commit
d3bf7f9ab9
1 changed files with 12 additions and 0 deletions
12
style.css
12
style.css
|
@ -17,3 +17,15 @@ section p:nth-child(2) {
|
||||||
margin: auto 6rem;
|
margin: auto 6rem;
|
||||||
text-align: justify;
|
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";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue