Sure, here's a small HTML code with CSS and interactive JS to celebrate Lensmen Photography's 67th anniversary:
HTML:
html
Lensmen Photography 67th Anniversary
Join the Celebration!
Lensmen Photography is celebrating 67 years this month. Join us for a special anniversary event filled with stunning visuals and captivating stories.
CSS (styles.css):
css
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
text-align: center;
}
.container {
max-width: 600px;
margin: 50px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #333;
}
button {
padding: 10px 20px;
background-color: #ff6600;
color: #fff;
border: none;
cursor: pointer;
transition: background-color 0.3s;
}
button:hover {
background-color: #e66000;
}
JavaScript (script.js):
javascript
function showVideo() {
var videoPlayer = document.getElementById('videoPlayer');
videoPlayer.innerHTML = '';
}
This code creates a simple webpage to celebrate Lensmen Photography's 67th anniversary, including CSS for styling and JavaScript for an interactive video player.