Skip to content

Latest commit

 

History

History

Gallery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HTML + CSS

Simplified photo gallery. The positioning is vertically ordered.

<div class="Gallery">
    <ul>
        <li>
            <img alt="example" src="/example.jpg">
            <b>Title</b>
            <span>Description</span>
            <a href="#example">Read more</a>
        </li>
    </ul>
</div>