ich finde den CSS Tag von den H1, H2 nicht. Kann mir jemand sagen wo ich den finde?
Code: Alles auswählen
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td { font-size : 11; color : #FFFFFF; }
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover { text-decoration: underline; color : #E4E4E4; }
hr { height: 0px; border: solid #333333 0px; border-top-width: 1px;}
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}