CSS Font color property

by VIvek Vaishnav

HTML

<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<p>I Love CSS</p>
</body>

CSS

p{color:#9d32f3}