So let's say I have a DIV tag:
<div class="testHead"></div>
I want to for all intents and purposes be visually identical to the <h1>
tag for font look and feel, because there'd be some issues actually using the <h1>
tag. Is there an easy way to set this up in CSS? HTML5/CSS3 is perfectly ok here.
tag?
– droo46 May 11 '15 at 19:32` CSS. However, I kind of miss the point in doing something like this when an element already comes preloaded.
– Drew Kennedy May 11 '15 at 19:33` on a ``, it will probably have all the same issues that you are encountering when just using a plain old `
– markasoftware May 11 '15 at 19:34`
tag all over the page to render in the proper font, and then another script nearby that renders HTML using the
– tekiegreg May 11 '15 at 19:44tag that we now want to look differently. Rather than trying an overriding the styles for H1 and wreck both, I'm trying to figure out a way to seperate the styles completely to accommodate future changes, one looking like
for now and the other one just slightly different from
.