Skip to content

Instantly share code, notes, and snippets.

View kshitij-gavhane's full-sized avatar

Kshitij Gajanan Gavhane kshitij-gavhane

View GitHub Profile
@kshitij-gavhane
kshitij-gavhane / index.html
Created December 5, 2022 12:59
One Page Layout
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css">
<div class="wrapper">
<nav id="nav">
<ul>
<li class="toggle"><i class="fi-list"></i></li>
<li><a href="#Home">Home</a></li>
<li><a href="#Icons">Icons</a></li>
<li><a href="#Picture">Picture</a></li>
@kshitij-gavhane
kshitij-gavhane / index.html
Created December 5, 2022 12:23
ScrollMagic One-page two navs
<body class="is-loading">
<div id="preloader">
<div class="txt">
<p class="txt-perc">0%</p>
<div class="progress"><span></span></div>
</div>
</div>
@kshitij-gavhane
kshitij-gavhane / datatable-example-using-bootstrap-4.markdown
Created October 3, 2022 23:35
DataTable Example using Bootstrap 4
@kshitij-gavhane
kshitij-gavhane / index.html
Created October 3, 2022 23:26
Latest transactions
<section>
<h1>Latest Transactions</h1>
<h2>Today</h2>
<details>
<summary>
<div>
<span style="background-color: #f2dcbb;">
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" fill="currentColor" viewBox="0 0 256 256">
<rect width="256" height="256" fill="none"></rect>
<path d="M192,120h27.05573a8,8,0,0,0,7.15542-4.42229l18.40439-36.80878a8,8,0,0,0-3.18631-10.52366L192,40" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
@kshitij-gavhane
kshitij-gavhane / add-edit-delete-rows-tray-series.markdown
Created October 3, 2022 22:25
Add-Edit-Delete Rows - Tray Series
@kshitij-gavhane
kshitij-gavhane / index.html
Created October 3, 2022 14:41
Payment Page
<div class="header">
<div class="header-inner">
<img class="logo" src="https://dl.dropbox.com/s/7umwat48oy7usvs/Reconnect%20Logo.svg?dl=0">
<div class="menu">PAYMENT TYPES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LOGOUT</div>
</div>
</div>
<div class="heading">
<h3>Order Review</h3>
@kshitij-gavhane
kshitij-gavhane / fixed-sticky-header-when-scrolling.markdown
Created September 30, 2022 00:17
Fixed sticky header when scrolling
@kshitij-gavhane
kshitij-gavhane / custom-select-box-dropdown-styling.markdown
Created September 29, 2022 21:16
Custom Select Box Dropdown Styling

12 fancy buttons

A little exploration I did for the Tool website (http://toolofna.com/). 12 buttons with a unique rollover effect each using only CSS. Most work on most browsers, but some require tweaking on FF and/or IE.

A Pen by bartekd on CodePen.

License.