This file contains 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
<h1>Responsive Buttons</h1> | |
<div class="page"> | |
<div class="container"> | |
<a href="#"> | |
<div class="box box1"> | |
<i class="material-icons">payment</i> | |
<p>Pay now</p> |
This file contains 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
<!-- Hero --> | |
<section class="et-hero-tabs"> | |
<h1>STICKY SLIDER NAV</h1> | |
<h3>Sliding content with sticky tab nav</h3> | |
<div class="et-hero-tabs-container"> | |
<a class="et-hero-tab" href="#tab-es6">ES6</a> | |
<a class="et-hero-tab" href="#tab-flexbox">Flexbox</a> | |
<a class="et-hero-tab" href="#tab-react">React</a> | |
<a class="et-hero-tab" href="#tab-angular">Angular</a> | |
<a class="et-hero-tab" href="#tab-other">Other</a> |