Sha256: 0576419aa3a520be2f12611b7bb58b078e809ff8b00f685e2d36b3bda0cf9015
Contents?: true
Size: 768 Bytes
Versions: 12
Compression:
Stored size: 768 Bytes
Contents
<head> <title>Simple CSS test</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta> <%= stylesheet_link_tag 'portlet_test_bench/main' %> <style type="text/css"> /* Leafy Sea Dragon */ #background_image { background-image: url('/images/portlet_test_bench/Leafy_Sea_Dragon_1.jpg'); background-repeat: no-repeat; border: 5px outset gray; width: 297px; height: 320px; } </style> </head> <body> <%= render :partial => 'caterpillar/application/back_to_menu' %> <p class="info"> In the div below, the background should display a Leafy Sea Dragon, defined in the css. </p> <center> <div id="background_image"></div> </center> </body>
Version data entries
12 entries across 12 versions & 1 rubygems