Home

Digital Marketing Website

/* Inline CSS for simplicity, consider using an external CSS file */
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}

header {
background-color: #ff9900;
color: white;
text-align: center;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header h1 {
font-size: 36px;
}

nav ul {
list-style: none;
padding: 0;
}

nav ul li {
display: inline;
margin-right: 20px;
}

nav a {
text-decoration: none;
color: white;
font-weight: bold;
transition: color 0.3s ease;
}

nav a:hover {
color: #333; /* Change color on hover */
}

.service {
background-color: #333;
color: white;
padding: 20px;
margin: 20px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease;
}

.service:hover {
transform: scale(1.05); /* Grow on hover */
}

.graphics {
text-align: center;
margin-top: 30px;
}

.graphics img {
max-width: 100%;
height: auto;
}

footer {
background-color: #ff9900;
color: white;
text-align: center;
padding: 10px;
}

Welcome to XYZ Marketing

Our Services

Search Engine Optimization

We help you rank higher on search engines.

Social Media Marketing

Engage with your audience on social platforms.


Portfolio

Project 1

Project description goes here.

Project 2

Project description goes here.



Graphic 1
Graphic 2

Contact Us

Have questions or need our services? Contact us!


© 2023 XYZ Marketing

Design a site like this with WordPress.com
Get started