Letters S

This is the page for all your letter S needs. S-Files, S-Files, everywhere.

Check out our S-related sub-pages:

/* CSS File */ body { background: url("sunset.jpg"); } .splatter { background: #ff69a9; border: 4px solid black; padding: 15px; border-radius: 10px; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); } .splatter p { font-size: 18px; line-height: 1.5; margin-bottom: 5px; } .splatter a { font-size: 18px; line-height: 1.5; text-decoration: none; color: black; background: #ff69a9; padding: 8px 15px; border: 2px solid black; border-radius: 10px; box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); } .splatter a:hover { background-color: #ff69a9; color: black; text-decoration: none; } .splatter a:active { background-color: #000000; color: #ff69a9; } .splatter a:focus { background-color: #000000; color: #ff69a9; } .splatter a:visited { background-color: #ff69a9; color: #000000; }