I have this working in the html and external css.
css
<div class="monika">Properties With Style</div>
<div class="monika">A California Real Estate Corporation</div>
I wish to change the horizontal alignment and font size in the second <div>
I read that font-size in a div has been deprecated. I don’t know about in-line positioning in a div.
Thanks.
Rick