Skip to content

Latest commit

 

History

History
 
 

Target

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HTML + CSS

Accordion based on Targets, it is not intended to replace the Accordion component. An interesting component to be used in listings where it is required to modify the browser scroll directly through the path.

<a class="Target" href="#one" id="one">One Section</a>
<div>
    FIRST CONTENT
</div>
<a class="Target" href="#two" id="two">Two Section</a>
<div>
    TWO CONTENT
</div>