line-height: 1em;
}
-.wishlist {
- display: grid;
- grid-row-gap: 1.5rem;
- list-style-type: none;
-}
-
-.wishlist li {
- display: block;
- margin-bottom: 1rem;
-}
-
-.wishlist .thumbnail {
- height: 6rem;
- float: right;
- margin-right: 1.5rem;
- border-radius: 1rem;
-}
-
-.wishlist .title {
- font-size: 22pt;
- line-height: 3rem;
- padding-top: 0.2rem;
-}
-
-.wishlist .description {
- display: block;
- line-height: 2rem;
-}
-
@media (max-width: 45em) {
header {
padding: 3rem 2rem 3rem 1rem;
main {
padding: 2rem 1rem 5rem 1rem;
}
-
- .wishlist .thumbnail {
- display: none;
- }
}
<meta charset="UTF-8" />
<title>Ben's Wishlist</title>
<link rel="stylesheet" href="/styles/main.css" />
+ <style>
+ .wishlist li {
+ padding-bottom: 1rem;
+ }
+ </style>
</head>
<body>
<header>
<hr />
<main>
<p>Note: I'm ðe only one who can update ðis, so be careful.</p>
- <ul class="wishlist"></ul>
+ <ul class="wishlist">
+ <li>
+ <h4>Ðe <i>Heliand</i></h4>
+ A modern English translation of ðe <i>Heliand</i> would be super
+ cool. Ðe <i>Heliand</i> is an Old Saxon (different from Old
+ Enlgish, but similar) poem about ðe life of Jesus. It was written
+ in ðe style of oðer Saxon/Germanic literature of ðe time
+ (AD 800-1000) as a way to make ðe Gospels less foreign to Saxon
+ dudes who knew noþing about Jewish culture.
+ </li>
+ <li>
+ <h4>
+ <i>
+ <a href="http://www.hurstwic.com/shop/books/men_of_terror/">
+ Men of Terror
+ </a>
+ </i>
+ by William Short
+ </h4>
+ William Short is an expert on viking weapons and combat who has been
+ interviewed a number of times by Jackson Crawford. Ðose interviews
+ are crazy interesting, so I have high hopes for ðis book.
+ </li>
+ <li>
+ <h4><i>A Cultural History of Snow</i> by Roland Huntford</h4>
+ For unknown reasons ðis book was never published so it is
+ literally not possible to get it for me, but my wishlist felt
+ incomplete wiþout it. I am sad.
+ </li>
+ </ul>
</main>
</body>
</html>