Fixed docs finished

This commit is contained in:
MaxOvs19
2023-02-23 19:52:58 +03:00
parent 3680b71510
commit e354b0f743
37 changed files with 41 additions and 41 deletions

View File

@ -294,14 +294,14 @@
<code style="display: block; width: 44%">
<pre>
.headTestClass {
background-color: #8297ff;
color: white;
background-color: <span class="code__string">#8297ff</span>;
color: <span class="code__string">white</span>;
}
.listTestClass {
background-color: #8297ff;
border: 1px solid black;
color: white;
background-color: <span class="code__string">#8297ff</span>;
border: <span class="code__string">1px solid black</span>;
color: <span class="code__string">white</span> ;
}
</pre>
</code>