Just Look at This Cat

Just a cute cat looking adorable

This cat is so cute, you'll forget what you were doing here.

Look at This Cat Harder
/* styles.css */ body { background-image: url('assets/background.png'); background-repeat: no-repeat; background-size: 100px 100px; background-position: center; } .container { width: 800px; margin: 0 auto; background-color: #F7F7F7; padding: 20px; border: 4px solid #000000; border-radius: 10px; } .content { width: 700px; height: 400px; margin: 10px; padding: 20px; } #header { font-size: 36pt; font-weight: bold; letter-spacing: 2px; } #paragraph { font-size: 24pt; font-style: italic; line-height: 1.5; } img { width: 500px; height: 300px; border: 4px solid #000000; border-radius: 4px; } a { text-decoration: none; color: #000000; transition: color 0.5s ease-in-out; } a:hover { color: #000000; transition: color 0.5s ease-in-out; } .footer { width: 800px; margin-top: -20px; background-color: #F7F7F7; padding: 20px; border: 4px solid #000000; border-top: 4px solid #000000; border-bottom: 4px solid #000000; }