Run out of time to work on it!!!
A Pen by Will Paige on CodePen.
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="author" content="Sanket Bodake"> | |
<meta name="description" content="Portfolio website | Web Developer | Open source Enthusiast"> | |
<meta name="keywords" content="Sanket, bodake, Sanket bodake, portfolio, css, javascript, software, coding, programming, web, | |
development, developer, frontend"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
<div id="App"></div> |
<div class="container"> | |
<h1>Simple Image Gallery with magnific-popup.js</h1> | |
<p><section class="img-gallery-magnific"> | |
<div class="magnific-img"> | |
<a class="image-popup-vertical-fit" href="https://unsplash.it/974/?random" title="9.jpg"> | |
<img src="https://unsplash.it/974/?random" alt="9.jpg" /> | |
<i class="fa fa-search-plus" aria-hidden="true"></i> | |
</a> |
Run out of time to work on it!!!
A Pen by Will Paige on CodePen.
<div class="main"> | |
<h1>Shopping cart</h1> | |
<h2 class="sub-heading">Free shipping from $100!</h2> | |
<section class="shopping-cart"> | |
<ol class="ui-list shopping-cart--list" id="shopping-cart--list"> | |
<script id="shopping-cart--list-item-template" type="text/template"> | |
<li class="_grid shopping-cart--list-item"> | |
<div class="_column product-image"> |