My code is as follows:
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<span>
<i class="fa fa-check"></i>
This text is just a test and repeating to provide an example of how the layout appears, but I don't want the check icon included within the text itself. Instead, I want all the text aligned vertically on the left side. How can I achieve this?
</span>
The issue lies in the integration of the check icon into the main body of text, and I would like to reposition all the text so that it aligns vertically on the left side. Any suggestions on how to accomplish this?