My task is to meet the following specifications:
Show text with proper formatting
<h2 class="heading">
Hello dear friends
</h2>
Expected outcome:
https://i.sstatic.net/I4Kmq.png
Specifications include:
- HTML cannot be changed
- Avoid using javascript
- Utilize SASS
I have explored various options but it seems I either have to modify the HTML or incorporate javascript. I am unsure how to solely use SASS in this scenario, any assistance would be appreciated. Thank you