Added constructor select(css) and tested his

This commit is contained in:
MaxOvs19
2023-02-17 16:03:37 +03:00
parent a6b6f020dd
commit b206334a8b
8 changed files with 49 additions and 48 deletions

View File

@ -331,6 +331,7 @@
rows="5"
class="textareaStyle"
placeholder="Enter CSS properties"
disabled="disabled"
></textarea>
<button type="button" class="check-code render">Render</button>
<button type="button" class="check-code saveStyle">Save style</button>