Skip to content

Instantly share code, notes, and snippets.

@brego
brego / dabblet.css
Created January 25, 2012 17:38 — forked from anonymous/dabblet.css
Overflow test
/**
* Overflow test
*/
#wrap {
background-image: -webkit-linear-gradient(top, #999, #333);
padding: 100px;
font-size: 50px;
color: #222;
text-shadow: -1px -1px 1px #000, 1px 1px 1px rgba(255, 255, 255, .08);
@brego
brego / dabblet.css
Created January 26, 2012 21:43 — forked from chriscoyier/dabblet.css
Oprah Thing
/* Oprah Thing
Saw some movie and there was some Oprah-related commerical before it and it had title things like this during it
*/
body { background: black; padding: 100px; margin: 0; }
h1 {
text-align: center;
color: white;
text-transform: uppercase;
body {
background: #f5f5f5;
font: 16px/24px "Helvetica Neue" sans-serif;
}
.the-box {
background: #fabfab;
padding: 10px;
width: 200px;
height: 50px;
@brego
brego / dabblet.css
Created December 17, 2012 09:27
Untitled
body {
background: #f5f5f5;
font: 16px/24px "Helvetica Neue", sans-serif;
color: #444;
}
p {
margin: 0 0 24px 0;
padding: 0;
}
.hyphenated-box {
@brego
brego / dist - index.html
Created May 24, 2019 11:28
Gulp 4 BrowserSync example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BrowserSync test</title>
<link rel="stylesheet" href="styles/all.css">
</head>
<body>
<main>
<h1>This is a test</h1>