Sure, here's a small HTML code with CSS to showcase a portfolio item for a painted piano at Irish Rail: HTML: html Painted Piano at Irish Rail

Painted Piano at Irish Rail

Discover the beautifully painted piano at Irish Rail, showcasing the vibrant Irish culture through music and art.

Painted Piano
CSS (styles.css): css body { font-family: Arial, sans-serif; background-color: #f4f4f4; text-align: center; padding: 20px; } h1 { color: #336699; } p { color: #666666; line-height: 1.6; } img { max-width: 100%; height: auto; margin-top: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } I hope you find this helpful!