Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hello world!
/*
Theme Name: My Business Theme
Author: Your Name
Version: 1.0
Description: A simple 5-page business WordPress theme.
*/
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header, footer {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
nav a {
color: #fff;
margin: 0 10px;
text-decoration: none;
}
.container {
max-width: 1000px;
margin: 20px auto;
padding: 20px;
}
footer {
font-size: 14px;
}