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.
28 lines
281 B
28 lines
281 B
nav a {
|
|
color: orange;
|
|
}
|
|
|
|
article {
|
|
margin: 0 10%;
|
|
}
|
|
|
|
article > p {
|
|
margin: 0 20%;
|
|
}
|
|
|
|
article header img {
|
|
width: 100%;
|
|
}
|
|
|
|
article section {
|
|
width: 25%;
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
article section img {
|
|
width: 100%;
|
|
}
|
|
|
|
article section p {
|
|
font-size: 10pt;
|
|
}
|