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.
53 lines
839 B
53 lines
839 B
h1 { |
|
font-size: 48px; |
|
color: rgb(71, 62, 62); |
|
margin: 0; |
|
} |
|
|
|
header p { |
|
margin: 12px 0; |
|
} |
|
|
|
a { |
|
background-color: rgb(167, 1, 78); |
|
color: white; |
|
border: 1px solid black; |
|
border-radius: 4px; |
|
font-size: 24px; |
|
padding: 12px 48px; |
|
display:inline-block; |
|
margin: 0; |
|
} |
|
a:hover { |
|
background-color: rgb(180, 12, 90); |
|
text-decoration: none; |
|
} |
|
|
|
ol { |
|
list-style: none; |
|
width: 500px; |
|
margin: 36px auto 0 auto; |
|
padding: 0; |
|
} |
|
|
|
li { |
|
padding: 16px; |
|
margin: 32px; |
|
background-color: rgb(223, 136, 124); |
|
border-radius: 6px; |
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); |
|
} |
|
|
|
h2 { |
|
color: rgb(78, 13, 5); |
|
font-family: 'Oswald', sans-serif; |
|
} |
|
|
|
main p { |
|
margin: 12px; |
|
color: rgb(185, 139, 86); |
|
} |
|
|
|
.highlight-goal { |
|
background-color: rgb(218, 60, 39); |
|
}
|
|
|