Skip to content

Instantly share code, notes, and snippets.

View mightyteja's full-sized avatar
💭
Daring And Dashing

Teja Babu S mightyteja

💭
Daring And Dashing
View GitHub Profile
@mightyteja
mightyteja / ecommerce-product-list-grid.markdown
Created July 16, 2018 15:08
Ecommerce product list/grid

Ecommerce product list/grid

Simple html/css ecommerce product grid with a hover effect.

A Pen by Ricard on CodePen.

License.

@mightyteja
mightyteja / webdev_online_resources.md
Created July 25, 2018 10:24 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@mightyteja
mightyteja / index.html
Created August 28, 2018 11:08
partner / client carousel
<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>
@mightyteja
mightyteja / index.html
Created September 7, 2018 10:23
Quad Image Gallery
<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>
@mightyteja
mightyteja / index.html
Last active September 17, 2018 03:30
pure css Navigation bar responsive
<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>
@mightyteja
mightyteja / index.html
Created September 17, 2018 03:34
Responsive navbar
<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>
@mightyteja
mightyteja / index.html
Created September 17, 2018 08:25
zdqso
<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>
@mightyteja
mightyteja / bootstrap-responsive-card-thumbnail.markdown
Created October 3, 2018 05:04
Bootstrap Responsive Card thumbnail

Bootstrap Responsive Card thumbnail

This is component for make list/grid for blog or other

A Pen by Wisnu ST on CodePen.

License.

@mightyteja
mightyteja / 1529-image-hover.markdown
Created October 3, 2018 05:45
#1529 - Image Hover
@mightyteja
mightyteja / bootstrap-testimonial-slider-example-1.markdown
Created October 12, 2018 04:38
Bootstrap Testimonial Slider Example 1

Bootstrap Testimonial Slider Example 1

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.

License.