First letter size
Karimkhan
by karimkhan
HTML
<link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.min.css">
<div class="center-container">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRzqEv5GXTFGZ1jOzAMNldPJAB6qCU2LRaiiWsld9o7zN1gz_jKaQ" class="img-responsive" alt="Responsive image">
<div class="subtitle">Intentio from past </div>
</div>
CSS
.subtitle:first-letter {
font-size: 36px !important;
color: #f00;
}
.subtitle {
padding: 10px 10px 10px 115px;
font-weight: lighter;
font-family: "calibri";
font-size: 25px;
margin-top: -10;
letter-spacing: 5px;
color: #BABABA;
}