Skip to content

Instantly share code, notes, and snippets.

@TrueSlu
TrueSlu / index.html
Created August 26, 2018 22:05
Social media panel
<head>
<title>Media panel</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="social">
<h2>Social Media</h2>
<button class="icon-btn twitter">
@TrueSlu
TrueSlu / index.html
Created August 25, 2018 23:47
Preloading animation with velocity.js and CSS3 transitions
<!-- Page preloader -->
<div id="hola">
<div id="preloader">
<span></span>
<span></span>
</div>
</div>
<!-- Start content -->
<div class="page-wrap">
@TrueSlu
TrueSlu / css-particle-effects.markdown
Last active August 28, 2018 00:33
CSS Particle Effects

CSS Particle Effects

Using JavaScript to generate the particles but leaving the motions to CSS.

Open to suggestions.

A Pen by Zed Dash on CodePen.

License.

@TrueSlu
TrueSlu / gradient-buttons-with-background-color-change-css-only.markdown
Created August 25, 2018 05:29
Gradient Buttons with Background-Color Change (CSS-only)

Gradient Buttons with Background-Color Change (CSS-only)

Everyone likes Gradients. A selection of Gradient Buttons that change the Background Color when Hovering. The direction can be set in the CSS (see comment or check the JS-Panel for Instruction)

A Pen by MrPirrera on CodePen.

License.

@TrueSlu
TrueSlu / how-do-i-get-a-custom-colored-underline-that-will-span-multiple-lines.markdown
Created August 25, 2018 05:29
How do I get a custom colored underline that will span multiple lines?

How do I get a custom colored underline that will span multiple lines?

First in series of pens where I just want to make a library of useful tricks I have used for websites. In this one the key trick is multiline underline with any color I want. This is show using a random gradient so I could practice some more javascript.

A Pen by Will King on CodePen.

License.

@TrueSlu
TrueSlu / index.html
Created August 25, 2018 05:29
typing text transition
<p id="offscreen-text" class="offscreen-text"></p>
<p id="text" class="text"></p>
<svg id="svg">
</svg>
<input type="text" class="input", id="input" />
@TrueSlu
TrueSlu / index.html
Created August 25, 2018 05:29
Simple CSS text animation
<div id=container>
Make
<div id=flip>
<div><div>wOrK</div></div>
<div><div>lifeStyle</div></div>
<div><div>Everything</div></div>
</div>
AweSoMe!
</div>
@TrueSlu
TrueSlu / animated-css-gradient-border.markdown
Created August 25, 2018 05:29
Animated CSS Gradient Border
@TrueSlu
TrueSlu / css-only-order-process-steps.markdown
Created August 25, 2018 05:28
CSS only order process steps

CSS only order process steps

It's been a while. Just a nice process bar here where you can click on the different steps and be presented with information. The box at the top will also animate depending on the steps.

A Pen by Jamie Coulter on CodePen.

License.