Skip to content

Instantly share code, notes, and snippets.

View mbisht's full-sized avatar
🎯
Focusing

Mayank Bisht mbisht

🎯
Focusing
View GitHub Profile
@mbisht
mbisht / index.html
Created October 18, 2022 04:26
react-md - Autocomplete By Api
<div id="app"></div>
@mbisht
mbisht / index.html
Created July 14, 2022 07:24
Off-screen nav with :focus-within [PURE CSS]
<div class="page">
<header tabindex="0">Header</header>
<div id="nav-container">
<div class="bg"></div>
<div class="button" tabindex="0">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</div>
<div id="nav-content" tabindex="0">
@mbisht
mbisht / index.html
Created January 6, 2022 12:18
Single image slider
<section>
<button class="next">Next</button>
<button class="prev">Previous</button>
<div class="container">
<div style="display:inline-block;">
<img src="http://placeimg.com/400/200/any">
</div>
<div >
<img src="http://placeimg.com/400/200/tech">
</div>