horizontal line tag issue
-
The font size of the transition will change smaller when horizontal line tag <hr> is inserted.
For exsample:
<div class="content"> <p class="hidden animated zoomIn full-visible"> abcdef </p> <blockquote><p class="hidden animated zoomIn full-visible"></p> ghijkl </blockquote> <p class="hidden animated zoomIn full-visible"> mnopq </p> <hr> <br> This part font size is smaller than <p class="hidden animated ...> sentence. Probably it use the body's font-size in style.css <br> <p class="hidden animated zoomIn full-visible"></p> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘horizontal line tag issue’ is closed to new replies.