jodosha (owner)

Revisions

gist: 66433 Download_button fork
public
Public Clone URL: git://gist.github.com/66433.git
Embed All Files: show embed
sidebar.html #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- Show colored Flickr logo without any inline style -->
<style type="text/css" media="screen">
  #flickr-badge h3 {
    color: #0063DC;
  }
  #flickr-badge h3:after {
    content: "r";
    color: #FF0084;
  }
</style>
 
<div id="flickr-badge">
  <h3>Flick</h3>
  <div class="wrapper">
    <!-- photos -->
  </div>
</div>