So you want to have a well-rounded personality, and want it to reflect on your website as well, hmm? I'm talking about smoothing the sharp edges of those boxes you have on the pages of your website. But this time, using CSS, and not a single
digital image, to curve those edges a bit would be my topic.
It is nearly impossible to curve the edges of those boxes that are found on the pages of websites by just using pure HTML codes, but there is another alternative besides using CSS -using a digital image, usually taken from a still shot of a
digital video camera. But the sample code below has no embedded image in sight. How'd I do that - just concentrate on the subject matter, my friend!
< - sample code - >
<div class="bl">Lorem ipsum dolor sit amet consectetur adipisicing elit</div>
<div class="bl"><div class="br">
Lorem ipsum dolor sit amet consectetur adipisicing elit
</div></div>
< - end of sample code - >
CSS rounding makes use of this code. The alternative is to use digital images so as to save you frustration on cracking the concept of how this code does something you can't do with HTML codes! So go prove to the world how much you have learned yourself, and go round those boxes on the pages of your website!