Skip to content

Instantly share code, notes, and snippets.

View Phychotk66's full-sized avatar

MD Tareq khan Phychotk66

View GitHub Profile
@Phychotk66
Phychotk66 / index.html
Created July 4, 2023 17:51
Responsive Blog Card Slider
<div class="blog-slider">
<div class="blog-slider__wrp swiper-wrapper">
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1535759872/kuldar-kalvik-799168-unsplash.webp" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">26 December 2019</span>
<div class="blog-slider__title">Lorem Ipsum Dolor</div>
@Phychotk66
Phychotk66 / hero-banner-with-html5-video-background.markdown
Created June 29, 2023 05:44
hero banner with html5 video background
@Phychotk66
Phychotk66 / index.html
Created May 31, 2023 04:10
Responsive Slide Down A Sticky Navbar On Scroll
<header>
<h1>LOGO</h1>
<p>Description</p>
</header>
<nav id="sticky_nav">
<div class="container_left">
<a class="home" href="https://codepen.io/uzcho_/" target="blank_">
<i class="fa fa-home"></i>
</a>
<button id="btnMenu" onclick="openMenu()">
@Phychotk66
Phychotk66 / index.html
Created March 10, 2023 14:33
Mischief Universe
<div id="canvas_container"></div>
<!-- <button id="fullscr">Go Fullscreen</button> -->