Skip to content

Latest commit

 

History

History

Comments

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HTML + CSS

List of hierarchical comments making exclusive use of semantic HTML and CSS with defined inheritances, allowing different objects to be embedded in the content of the comment. The CSS contains responsive and print functionalities.

<div class="Comments">
    <ul>
        <li>
            <img src="/example.jpg" alt="Salbatore Munuera">
            <a href="#test">Salbatore Munuera</a>
            <time>23 minutes</time>
            <p>I love HTML</p>
        </li>
    </ul>
</div>