Skip to content

Instantly share code, notes, and snippets.

View Erreur32's full-sized avatar
💭

Erreur32 Erreur32

💭
View GitHub Profile
@Erreur32
Erreur32 / #dev_xhr-iframe.md
Created May 2, 2017 08:24 — forked from vrusua/#dev_xhr-iframe.md
Cross domain messaging and dynamic iframe height
<div class="container">
<div class="wrap">
<div class="circle horizontal c1">
<div class="wrap-electron">
<div class="circle electron"></div>
</div>
</div>
<div class="circle vertical c1">
<div class="wrap-electron">
<div class="circle electron"></div>
<!DOCTYPE html>
<html>
<head>
<title>UI Transparent</title>
</head>
<body>
<div class="container">
<h1>UI Transparent</h1>
@Erreur32
Erreur32 / index.html
Created October 19, 2012 17:00
As part of ongoing fun challenges with my graphics guy, Chris, I bet him, and challenged myself, that anything he creates in photoshop/illustrator can be replicated in code. I created our upcoming new logo in CSS and then went crazy with animations! I di
<div style="background: url('http://v4.unleash-it.co.uk/images/bg.png');">
<div>
<div class="logo">
<div>
<div class="inside"></div>
</div>
<div>
<div class="inside"></div>
</div>
<div>
<!DOCTYPE html>
<html>
<head>
<title>UI Transparent</title>
</head>
<body>
<div class="container">
<h1>UI Transparent</h1>

#3D Text in Sass

Inspired by @mdo