Hi,
I’m trying to put in some CSS into a wordpress post but it doesn’t work. I’m assuming this is because the external stylesheet overrides it? If so, how can I override it with mine?
<!DOCTYPE html>
<html>
<head>
<style type=”text/css”>
.p.intro {
color: blue;
font-family: proxima-nova;
font-size: 17px;
text-align: center;
}
</style>
</head>
<body>
<p class=”intro”>She Drives Me Crazy – was recorded by English group Fine Young Cannibals. Lead singer Roland Gift was born in Birmingham and in 1990, he was named by People magazine as one of the “50 Most Beautiful People” in the world. The song reached number five on the British singles chart and was a big hit in the US. She Drives Me Crazy also reached the top of the charts in Spain and Australia.</p>
</body>
</html>
thanks