author box

by Ahmad Najiullah

HTML

<div class='authorbox'>
    <h2>Author Biography:</h2>
    <p class='sig-content'>
         <img align='left' height="120px" width="120px" src='https://lh6.googleusercontent.com/-WzC_VXKTLFI/UYZkoHnr3fI/AAAAAAAAAiQ/hnzaL9nrkgo/s512/Usama.jpg' style="padding-right:20px;padding-left:20px;"/>

I am Usama Noman, the Author of this blog and the CEO of <a href="http://www.InfinityLoopers.com">InfinityLoopers</a>. I am computer science student, doing my BS(CS) from FAST-NUCES, KHI. You can find me at <a href="https://plus.google.com/u/0/112624928787338419714/posts">Google+</a> and <a href="http://www.twitter.com/usamanoman">Twitter</a>.
  </p>
    <div class="clear"></div> 
</div>

CSS

.authorbox {
    background: none repeat scroll 0% 0% rgb(249, 249, 249);
        background-color: rgb(249, 249, 249);
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
    font-size: 12px;
    line-height: 16px;
    color: rgb(51, 51, 51);
    margin: 15px 0px;
        margin-top: 15px;
        margin-right-value: 0px;
        margin-bottom: 15px;
        margin-left-value: 0px;
        margin-left-ltr-source: physical;
        margin-left-rtl-source: physical;
        margin-right-ltr-source: physical;
        margin-right-rtl-source: physical;
    padding: 10px;
        padding-top: 10px;
        padding-right-value: 10px;
        padding-bottom: 10px;
        padding-left-value: 10px;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    border: 1px solid rgb(230, 230, 230);
        border-top-width: 1px;
        border-right-width-value: 1px;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-bottom-width: 1px;
        border-left-width-value: 1px;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-top-style: solid;
        border-right-style-value: solid;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-bottom-style: solid;
        border-left-style-value: solid;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-top-color: rgb(230, 230, 230);
        border-right-color-value: rgb(230, 230, 230);
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source:...