I need to arrange the image
, first span
, and second span
in a vertical stack for xs
devices. The alignment should be centered for xs
devices.
If you want to see my code: CLICK HERE
<div class="row">
<div>
<div class="col-md-9 col-md-offset-3 col-sm-10 col-sm-offset-2" style="padding-right:0px">
<img src="Images/signin_logo.jpg" width="150" height="110" />
<p><span style="color:#989898; font-size:36px">Template Fire Sign In</span>
<br /><span style="color:#A8A8A8; font-size:18px">Please sign in with your credentials now to get access.</span>
</p>
</div>
</div>
</div>
The layout I am aiming for is something like this: CLICK HERE
Image
Span One
Span Second...
........