Toast Nation - The Official Home of Burnt Offerings

Toast Nation - Reaction 1

Oh no, another burnt offering from the toaster nation. What's next?

Burnt toast
/* toasternation.css */ body { background-color: #f2f2f2; font-family: Arial, sans-serif; margin: 0; padding: 0; border: 4px solid black; box-shadow: 0 0 10px black; } header { background-color: #333; color: #f2f2f2; text-align: center; padding: 20px; border: 4px solid black; box-shadow: 0 0 10px black; } nav { background-color: #444; list-style-type: none; text-align: center; } nav ul { padding: 0; margin: 0; list-style: none; text-decoration: none; background-color: #333; border-bottom: 1px solid black; box-shadow: 0 0 10px black; } header a, nav a { color: #fff; text-decoration: none; text-shadow: 0 0 10px black; } main { background-color: #666; padding: 20px; border: 4px solid black; box-shadow: 0 0 10px black; } main p { color: #f0f0f0; text-align: center; font-size: 18px; line-height: 1.2; } main img { width: 200px; height: 200px; border: 4px solid black; box-shadow: 0 0 10px black; } footer { background-color: #777; color: #f2f2f2; text-align: center; padding: 10px; border: 4px solid black; box-shadow: 0 0 10px black; position: absolute; bottom: 0; right: 0; }