Skip to content

Instantly share code, notes, and snippets.

@tfausak
Created January 20, 2012 00:33
Show Gist options
  • Select an option

  • Save tfausak/1644047 to your computer and use it in GitHub Desktop.

Select an option

Save tfausak/1644047 to your computer and use it in GitHub Desktop.
The Famigo logo in HTML and CSS.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Famigo</title>
</head>
<body>
<h1>Famigo</h1>
</body>
</html>
@JensVerneuer
Copy link
Copy Markdown

nice work!
But what if you use :before and :after? the html footprint would be less.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment