This is a collection of useful bookmarklets. Some of these bookmarklets come from other sources and some I made myself. Enjoy!
A Pen by Michael Stursberg on CodePen.
This is a collection of useful bookmarklets. Some of these bookmarklets come from other sources and some I made myself. Enjoy!
A Pen by Michael Stursberg on CodePen.
|
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
<!--[if gt IE 8]><!--> | |
<html lang="en"> | |
<!--<![endif]--> | |
<head> | |
<meta charset="windows-1252"> |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Main Line Type Style</title> | |
<meta name="description" content="Writeguard"> | |
<meta name="author" content="Writeguard"> |
/** Chad | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
<style> | |
css-doodle { | |
--color: @p(#51eaea, #fffde1, #ff9d76, #FB3569); | |
--filter: @svg-filter(<svg> | |
<filter> | |
<feTurbulence | |
type="fractalNoise" | |
baseFrequency=".08" | |
numOctaves="2" | |
seed="200" |
<script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script> | |
<css-doodle> | |
:doodle { | |
@grid: 20 / 100vmax; | |
background: #0a0c27; | |
font-family: sans-serif; | |
} | |
:after { | |
content: \@hex(@r(0x2500, 0x257f)); |