Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Sh00k-ThaD3v's full-sized avatar
💯
Loving T3ch

Krisshatta Esclovon Sh00k-ThaD3v

💯
Loving T3ch
View GitHub Profile
@Sh00k-ThaD3v
Sh00k-ThaD3v / css-leaning-card-effect.markdown
Created February 17, 2023 08:56
CSS leaning card effect
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created February 16, 2023 14:57
Yarden (Design By Olya Marchak)
<body class="animated fadeIn">
<div class="body-overlay">
<div class="container">
<div class="outer-top">
<h2 class="aka animated fadeIn"><a>YARDEN</a></h2>
<div class="btn-explore">
<a href="" class="">
<svg version="1.0" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="14px" height="14px" viewBox="0 0 77.082 61.834" xml:space="preserve">
<ellipse cx="38.541" cy="10.667" rx="11.166" ry="10.667"/>
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created February 16, 2023 10:28
Voyage Slider | GSAP
<div class="app">
<div class="cardList">
<button class="cardList__btn btn btn--left">
<div class="icon">
<svg>
<use xlink:href="#arrow-left"></use>
</svg>
</div>
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created February 2, 2023 08:11
Swaying loader
<div class="loader">
<span>Loading...</span>
</div>
@Sh00k-ThaD3v
Sh00k-ThaD3v / app-menu-with-lock-screen.markdown
Created February 2, 2023 07:15
App Menu With Lock Screen

App Menu With Lock Screen

A kind of large menu inspired by the Google TV interface. Also has a lock screen component just for funsies.

A Pen by Hyperplexed on CodePen.

License.

@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created February 2, 2023 07:14
Pure CSS Split Screen Loader
<div class="container">
<div class="split-screen"></div>
<div class="background-image"></div>
<div class="content">
<p>Hello <span class="comma">,</span></p>
<p>World</p>
</div>
</div>
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created February 2, 2023 06:59
React Todo List App
<div id="root"></div>
@Sh00k-ThaD3v
Sh00k-ThaD3v / building-a-dashboard-layout-with-css-and-a-touch-of-javascript.markdown
Created February 2, 2023 06:57
Building a Dashboard Layout With CSS and a Touch of JavaScript

Building a Dashboard Layout With CSS and a Touch of JavaScript

In this tutorial, we’ll create a responsive admin dashboard layout with CSS and a touch of JavaScript. To build it, we’ll borrow some ideas from the WordPress dashboard, such as its collapsible sidebar menu.

Read full tutorial here!

A Pen by Envato Tuts+ on CodePen.

License.