Sha256: e93c75595e0282cc3deaadcb032de99fc33e4d88574557a0369abf3b7f8b1e93

Contents?: true

Size: 493 Bytes

Versions: 10

Compression:

Stored size: 493 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<style type="text/css">
	div.ex
	{
	width:220px;
	padding:10px;
	border:5px solid gray;
	margin:0px;
	}
	</style>
    <title>The Smiley Site</title>
</head>
<body>
	<div class='ex' id="box">
    <img src='./black.png' id="black"/>
    <img src='./red.png' id="red"/>
	</div>
    <img src='./black.png' id="different-size" width="15px" height="180px"/>
</body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
looks_good-1.1.7 spec/support/assets/fruit_app.html
looks_good-1.1.6 spec/support/assets/fruit_app.html
looks_good-1.1.5 spec/support/assets/fruit_app.html
looks_good-1.1.4 spec/support/assets/fruit_app.html
looks_good-1.1.3 spec/support/assets/fruit_app.html
looks_good-1.1.2 spec/support/assets/fruit_app.html
looks_good-1.1.1 spec/support/assets/fruit_app.html
looks_good-1.1.0 spec/support/assets/fruit_app.html
looks_good-1.0.1 spec/support/assets/fruit_app.html
looks_good-1.0.0 spec/support/assets/fruit_app.html