Fri Dec 16, 2011 1:07 am
<html>
<head>
<title>enlarge the first letter</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<style rel="stylesheet" type="text/css">
p {
margin:50px;
width: 260px;
margin: 10px 0 10px 10px;
}
p:first-letter {
font-size: 25px;
float: left;
color:red;
margin-right: 4px;
}
</style>
</head>
<body>
<p>
Example of paragraph you can notice the first letter and see the change on it.
</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.