Simple html/css ecommerce product grid with a hover effect.
- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
- Ultimate Code Generator - https://webcode.tools/
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <section class="client"> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="section-title"> | |
| <h2> Nos références clients : </h2> | |
| </div> | |
| <div class="carousel-client"> | |
| <div class="slide"><img src="https://www.grandvincent-marion.fr/_codepen/slider-logo1.png"></div> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div id="quad"> | |
| <figure> | |
| <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/rose-red-wine.jpg" alt="rose-red-wine"> | |
| <figcaption>Rose Red Wine</figcaption> | |
| </figure> | |
| <figure> | |
| <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/green-glass-bottle.jpg" alt> | |
| <figcaption>Green Glass Bottle</figcaption> | |
| </figure> | |
| <figure> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="container"> | |
| <div class="menu-button">Menu</div> | |
| <ul class="flexnav" data-breakpoint="800"> | |
| <li><a href="#">Home</a></li> | |
| <li> | |
| <a href="#">Portofolio</a> | |
| <ul> | |
| <li><a href="#">Web design</a></li> | |
| <li><a href="#">Web development</a></li> | |
| <li> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="logo-div"> | |
| <div class="btn-container"> | |
| <div class="menu-btn top"></div> | |
| <div class="menu-btn center"></div> | |
| <div class="menu-btn bottom"></div> | |
| </div> | |
| </div> | |
| <nav class="my-nav"> | |
| <ul> | |
| <li><a href="#">About</a></li> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <body id="page-top" class="index" data-pinterest-extension-installed="cr1.3.4"> | |
| <!-- Navigation --> | |
| <nav class="navbar navbar-default navbar-fixed-top navbar-shrink"> | |
| <div class="container"> | |
| <!-- Brand and toggle get grouped for better mobile display --> | |
| <div class="navbar-header page-scroll"> | |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | |
| <span class="sr-only">Toggle navigation</span> | |
| <span class="icon-bar"></span> | 
News card with fade in icon on hover
A Pen by Teja Babu S on CodePen.
In this minimal testimonial slider built on the top of bootstrap carousel we have we have changed the navigation dots to the faces of testimonial personalities
A Pen by Teja Babu S on CodePen.