.nonScroll {
overflow: hidden;
}
stroke-dasharray='length gap' stroke-width='3'
Как организовать точечное применение стиля на конкретной странице?
if (document.location.href === "нужная страница") {
document.querySelector(".category-sub-menu > li[data-depth='0']:nth-child(12)").style.cssText = "border-bottom: 8px double #630335;";
}
<textarea>
подойдет? <form id='form1' action=""></form>
<form id='form2' action=""></form>
<div class="inputs">
<input form="form1" type="text">
<input form="form2" type="text">
<textarea form="form1"></textarea>
<input form="form1" type="text">
</div>