I've been attempting to rotate this div by 90 degrees, but for some reason, it refuses to cooperate. I've tried using various bootstrap classes with no success, and even plain CSS doesn't seem to have any effect on it.
#socials {
transform: rotate(90deg);
}
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="05676a6a71767177647545312b332b34">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet"/>
<section>
<div class="container-fluid">
<svg class="svgOne position-absolute bottom-0 start-1" width="13" height="334" viewBox="0 0 13 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="13" height="334" fill="black"/>
</svg>
<svg class="svgTwo position-absolute top-2 start-1" width="13" height="176" viewBox="0 0 13 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="13" height="176" fill="black"/>
</svg>
<div class="fs-4 text-light" id="socials">Socials</div>
</div>
</section>
Check out this image: see image details here