Skip to content

Instantly share code, notes, and snippets.

@aymannadeem
Created May 21, 2013 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aymannadeem/5617424 to your computer and use it in GitHub Desktop.
Save aymannadeem/5617424 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Shooting Sprees</title>
<div class="gallery" align="center">
<h3>Shooting Sprees</h3>
<div class="thumbnails">
<img onmouseover="preview.src=img1.src" name="img1" src="https://www.dropbox.com/s/ejg5zlgowqcuvh2/1.jpg" alt=""/>
<img onmouseover="preview.src=img2.src" name="img2" src="http://bit.ly/1ug1e6" alt=""/>
<img onmouseover="preview.src=img3.src" name="img3" src="http://bit.ly/1yIAYc" alt=""/>
<img onmouseover="preview.src=img4.src" name="img4" src="http://bit.ly/2LHyDW" alt=""/>
<img onmouseover="preview.src=img5.src" name="img5" src="http://bit.ly/2wyHSR" alt=""/>
<img onmouseover="preview.src=img6.src" name="img6" src="http://bit.ly/yRo1i" alt=""/>
</div>
<div class="preview" align="center">
<img name="preview" src="http://bit.ly/2rz3hy" alt=""/>
</div>
</div> <!– Close the gallery div –>
</head>
<body>
</body>
</html>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment