Reputation: 8252
What i want to do is the text that is bold i want to show it up here
And my code is
img{
margin-left:10px;
}
html
<div id="wrap">
<img src="bg.jpg" />
<b class="name">WaqasTahir</b>
</div>
Upvotes: 0
Views: 334