Skip to content

Files

Latest commit

 

History

History

Articles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 21, 2020
Jan 17, 2025
Jan 17, 2025
Jun 21, 2020
Jun 21, 2020

HTML + CSS

List of articles using Flex, the date integrated by means of a pseudo object. The date is a functional element, it is not an absolute date of the object.

<div class="Articles">
    <ul>
        <li>
            <picture title="2 days ago">
                <img alt="Example" src="/example.jpg">
            </picture>
            <h3>Consectetur adipis cing</h3>
            <strong>Salbatore</strong>
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
            <a href="#example">Read more</a>
        </li>
    </ul>
</div>