Sha256: 7030465aed2945c19b3cd0b429a93cc7834f06eeb6ba07483685ac47585c8f46
Contents?: true
Size: 444 Bytes
Versions: 9
Compression:
Stored size: 444 Bytes
Contents
<!DOCTYPE html> <meta charset="utf-8"> <title>Rainbow Colors</title> <style> .color { width: 100px; display: inline-block; float: left; text-align: center; line-height: 50px; } img { max-height: 400px; margin-bottom: 1rem; display: block; } </style> <img src="<%= image %>"> <% colors.each do |c| %> <span class="color" style="background-color:<%= c %>;color:<%= c %>"><%= c %></span> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems