Sha256: 40e8414ffc9e983293a2cfb7cfa1ec487f405513fddf87c7892edb92e4e49ed2
Contents?: true
Size: 323 Bytes
Versions: 20
Compression:
Stored size: 323 Bytes
Contents
<!DOCTYPE html> <meta charset='utf-8'> <title>Colorful boxes</title> <style> div { width: 40px; height: 40px; margin-bottom: 10px; } #one, #three { background-color: blue; } #two, #four { background-color: orange; } </style> <div id='one'></div> <div id='two'></div> <div id='three'></div> <div id='four'></div>
Version data entries
20 entries across 20 versions & 1 rubygems