(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | h1.headline { | ||
+ | font-size: 40px; | ||
+ | color: #161411 | ||
+ | } | ||
+ | |||
figure.achievements { | figure.achievements { | ||
margin: auto; | margin: auto; | ||
− | width: | + | width: 610px; |
padding: 40px; | padding: 40px; | ||
+ | } | ||
+ | |||
+ | section.first { | ||
+ | padding: 20px; | ||
+ | } | ||
+ | |||
+ | section { | ||
+ | padding: 20px; | ||
} | } |
Latest revision as of 23:54, 30 October 2017
h1.headline {
font-size: 40px; color: #161411
}
figure.achievements {
margin: auto; width: 610px; padding: 40px;
}
section.first {
padding: 20px;
}
section {
padding: 20px;
}