Fixed docs finished
This commit is contained in:
10
index.html
10
index.html
@ -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>
|
||||
|
Reference in New Issue
Block a user