Dubbelpunt
Legacy Member
PHP:
h1 {
color:#177BB0;
font-size:16px;
font-weight:bold;
}
dit werkt niet in google chrome, ik zie geen gekleurde tekst, geen font-size 16px en geen bold tekst
het rare is dat h2 wél werkt in google chrome
PHP:
h2 {
color:#177BB0;
font-size:14px;
font-weight:bold;
margin-bottom:7px;
}

.
