Skip to content

Instantly share code, notes, and snippets.

View okdistribute's full-sized avatar
📱
Hiring -- come do peer-to-peer at Ditto!

rae okdistribute

📱
Hiring -- come do peer-to-peer at Ditto!
View GitHub Profile
.clicked {
color: darksalmon;
}
.logo {
position: absolute;
left: 50%;
top: 50%;
width: 128px;
height: 128px;
margin-left: -64px;
.clicked {
color: darksalmon;
}
.logo {
position: absolute;
left: 50%;
top: 50%;
width: 128px;
height: 128px;
margin-left: -64px;
<!DOCTYPE html>
<html>
<head>
<title>CSS and dogs</title>
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<style>
body {
background-color: lightgray;
}
/*
More information about transforms and transitions:
CSS transforms:
* https://developer.mozilla.org/en-US/docs/Web/CSS/transform
CSS transitions:
* https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions
@okdistribute
okdistribute / README.md
Last active August 29, 2015 13:57 — forked from milroc/README.md