S
sharlev
Which is the correct format for a .css file?
h1 {
font-family: Arial;
font-size: 18pt;
color: #FFFFFF;
font-style: italic;
font-weight: bold
}
....or
h1 { font-family: Arial; font-size: 18pt; color: #FFFFFF; font-style:
italic; font-weight: bold }
....or something else entirely?? Does it matter? I want to be sure I'm
doing this the "normal" way.
Thanks,
-Sharon L.
h1 {
font-family: Arial;
font-size: 18pt;
color: #FFFFFF;
font-style: italic;
font-weight: bold
}
....or
h1 { font-family: Arial; font-size: 18pt; color: #FFFFFF; font-style:
italic; font-weight: bold }
....or something else entirely?? Does it matter? I want to be sure I'm
doing this the "normal" way.
Thanks,
-Sharon L.