Skip to content

Latest commit

 

History

History

Profile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HTML + CSS

Standard header of a social profile. It has responsive capabilities and makes use of semantic HTML.

<div class="Profile">
    <em></em>
    <span></span>
    <strong>Salbatore</strong>
    <i>@salbatore</i>
    <p>I work in Alicunde Systems and I love programming.</p>
    <ol>
        <li>
            <a href="#test"></a>
        </li>
        <li>
            <del></del>
        </li>
    </ol>
    <ul>
        <li>
            <b>985</b> Following
        </li>
        <li>
            <b>18.6K</b> Followers
        </li>
    </ul>
</div>