Skip to content

Latest commit

 

History

History
 
 

Carrousel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HTML + CSS

Carrousel with hidden scroll and animations associated with the hover.

<div class="Carrousel">
    <ul>
        <li>
            <a href="#test">
                <img src="images/1.jpg" />
                <b>Picasso</b>
                <em>1923</em>
            </a>
        </li>
    </ul>
</div>