This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sectio.nav | |
h1 FRONTEND TRENDS | |
h3.span.loader | |
span.m B | |
span.m E | |
span.m N | |
span.m E | |
span.m F | |
span.m I | |
span.m T |
Inspired by Mikołaj Gałęziowski "https://dribbble.com/shots/14831798-Glassmorphism-Big-Sur-Creative-Cloud-App-Redesign"
A Pen by Aysenur Turk on CodePen.
Inspired by Mikołaj Gałęziowski "https://dribbble.com/shots/14831798-Glassmorphism-Big-Sur-Creative-Cloud-App-Redesign"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<h1 class="title"> | |
<span class="title-part line-1">Variable</span> | |
<span class="title-part line-2">Spread</span> | |
<span class="title-part line-3">Long Shadows</span> | |
<span class="title-part line-4">With</span> | |
<span class="title-part line-5">Gradients</span> | |
</h1> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> | |
<span>a</span> | |
<span>r</span> | |
<span>l</span> | |
<span>i</span> | |
<span>n</span> | |
<span>a</span> | |
</br> | |
<span>c</span> | |
<span>o</span> |
A Pen by Brad Traversy on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const Eris = require("eris"); | |
const ytdl = require('ytdl-core'); | |
var bot = new Eris.CommandClient("token", {}, { | |
description: "The Quantum MusicBot.", | |
owner: "Gus", | |
prefix: "q!" | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Easecopy v1.0.3 | |
-- Changelog: | |
-- v1.0.3 : Makes the script composition-agnostic | |
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script | |
---------------------- | |
-- UI_MANAGER SETUP -- | |
---------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Easecopy v1.0.3 | |
-- Changelog: | |
-- v1.0.3 : Makes the script composition-agnostic | |
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script | |
---------------------- | |
-- UI_MANAGER SETUP -- | |
---------------------- |