/* Reset some default styles */
* {
margin: 0;
padding: 0;
boxsizing: borderbox;
}
body {
fontfamily: Arial, sansserif;
backgroundcolor: f1f1f1;
margin: 20px;
}
.container {
maxwidth: 1200px;
margin: 0 auto;
padding: 20px;
backgroundcolor: fff;
borderradius: 5px;
boxshadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h1 {
fontsize: 24px;
marginbottom: 20px;
}
p {
lineheight: 1.6;
marginbottom: 15px;
}
.button {
display: inlineblock;
padding: 10px 20px;
fontsize: 16px;
color: fff;
backgroundcolor: 007bff;
border: none;
borderradius: 5px;
cursor: pointer;
textdecoration: none;
}
.button:hover {
backgroundcolor: 0056b3;
}
Your Title Here
This is a sample CSS template. You can customize it to fit your needs.
Feel free to add more content here.