#### HTML and CSS Code for Editorial Photography Conference in Dublin, Ireland
**HTML:**
html
Editorial Photography Conference
Editorial Photography Conference
About the Conference
Insert your about content here.
Featured Speakers
Speaker 1 Name
Speaker 1 bio goes here.
Speaker 2 Name
Speaker 2 bio goes here.
Conference Schedule
Time |
Event |
9:00 AM - 10:00 AM |
Opening Keynote |
10:15 AM - 11:15 AM |
Panel Discussion |
**CSS (styles.css):**
css
/* Reset default browser styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Global styles */
body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #f4f4f4;
color: #333;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 1rem;
text-align: center;
}
nav ul {
list-style: none;
display: flex;
justify-content: center;
margin-top: 1rem;
}
nav ul li {
margin: 0 1rem;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
section {
padding: 2rem;
margin: 2rem 0;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h2 {
margin-bottom: 1rem;
}
table {
width: 100%;
border-collapse: collapse;
}
table th, table td {
border: 1px solid #ddd;
padding: 0.5rem;
text