Mon Feb 27, 2012 1:23 pm
<html>
<head>
<title>
Usage of the CSS property !important
</title>
<style type="text/css">
p
{
color: #FFFFFF !important;
background: white;
}
p
{
color: blue;
background: #ee5412 !important
}
</style>
</head>
<body>
<p>In this example we show the usage !important property.</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.