Artist 2

Artist 2 is like the anti- Picasso. While Picasso was all about breaking the rules, Artist 2 just doesn't care about rules.

A picture of Artist 2's latest 'masterpiece'
/* styles.css */ body { background-color: #f7f7f7; } .content { padding: 20px; border: 4px solid #000000; border-radius: 5px; box-shadow: 10px 10px 10px #000000; } h1 { font-size: 36px; font-weight: bold; color: #ff69b4; text-shadow: 0 2px 0 #000000; } img { border: 2px solid #000000; border-radius: 5px; width: 100%; height: 100%; display: block; margin-bottom: 20px; } .sublinks { font-size: 18px; font-weight: bold; text-align: center; list-style: none; margin: 0; padding: 0; border-top: 2px solid #000000; border-bottom: 2px solid #000000; } .sublinks a { color: #ff69b4; text-decoration: none; padding: 5px 10px; display: inline-block; border: 1px solid #000000; border-radius: 5px; margin: 5px; } .sublinks a:hover { background-color: #ff69b4; color: #000000; border: 2px solid #ff69b4; }