You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
475 B
37 lines
475 B
4 weeks ago
|
body {
|
||
|
font-family: Arial, sans-serif;
|
||
|
background-color: #f0f0f0;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
background-color: #333;
|
||
|
color: white;
|
||
|
padding: 10px 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
padding: 20px;
|
||
|
background-color: white;
|
||
|
margin: 20px;
|
||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
|
||
|
h1, h2 {
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
section {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
list-style-type: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
margin: 5px 0;
|
||
|
}
|