Skip to content

AEI2023/fds-brands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fds-brands

Brands Carousel only Css using Web Component.

Preview:

Alt text

  Config Using two values "speed" and "heightimg" default values is

  • speed: 120s.
  • heightimg: 150px  

Structure

<fds-brands speed="120s" heightimg="150px">
  <div class="brands">
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/557257/1.png" alt="Google" />   
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/557257/2.png" alt="Firefox" />   
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/557257/3.png" alt="Don Web" />   
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/557257/4.png" alt="Almacen Natural" />   
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/557257/5.png" alt="Onus" />   
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/557257/6.png" alt="UAUA Media" />   
    <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/557257/7.png" alt="Trello" />   
  </div>     
</fds-brands>

Preview Here