Skip to content

Instantly share code, notes, and snippets.

@faiza88
faiza88 / dabblet.html
Created February 5, 2022 15:08
Untitled
<!DOCTYPE html>
<html>
<body>
<a href="#section2">Go to Section 2</a>
<p>In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since.</p>
<p>"Whenever you feel like criticizing any one," he told me, "just remember that all the people in this world haven't had the advantages that you've had."</p>
<p>He didn't say any more, but we've always been unusually communicative in a reserved way, and I understood that he meant a great deal more than that. In consequence, I'm inclined to reserve all judgments, a habit that has opened up many curious natures to me and also made me the victim of not a few veteran bores. The abnormal mind is quick to detect and attach itself to this quality when it appears in a normal person, and so it came about that in college I was unjustly accused of being a politician, because I was privy to the secret griefs of wild, unknown men. Most of the confidences were unsought-frequently I have feigned sleep, preoccupation, or a host
@faiza88
faiza88 / dabblet.css
Last active February 6, 2022 12:45
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@faiza88
faiza88 / dabblet.html
Created February 5, 2022 14:35 — forked from ktzanev/dabblet.html
Untitled
<h1>Titre de niveau 1</h1>
<h2>Titre de niveau 2</h2>
<h3>Titre de niveau 3</h3>
<h4>Titre de niveau 4</h4>
<h5>Titre de niveau 5</h5>