My Digital Product Download Website
Welcome to My Digital Product Download Website
Download high-quality digital products at affordable prices.
Browse Products
/* Reset styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Global styles */
body {
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
}
header {
background-color: #333;
color: #fff;
padding: 1rem;
}
nav ul {
display: flex;
list-style: none;
}
nav li {
margin-right: 1rem;
}
nav a {
color: #fff;
text-decoration: none;
}
main {
padding: 2rem;
}
#hero-section {
text-align: center;
}
#hero-section h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
}
#hero-section p {
margin-bottom: 2rem;
}
.cta-button {
display: inline-block;
background-color: #007bff;
color: #fff;
padding: 0.75rem 1.5rem;
border-radius: 5
टिप्पणियाँ
एक टिप्पणी भेजें