《当呼吸化为空气》

<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>当呼吸化为空气</title> <style> header { display: flex; flex-direction: column; }
img.cover {
  height: 100%;
  width: 240px;
}

a.book {
  color: lightcoral;
  text-decoration: none;
  transition: font-size 1s, color 1s;
}

a.book:hover {
  font-size: 18px;
  color: lightseagreen;
  transform: translate(5px, 5px)
}
</style> </head> <body> <header> <img class="cover" src="https://img0.winxuancdn.com/0184/1201400184_3_2.jpg?1491557900000" alt="封面图片" title="博客园@zhang-bobo"> <a class="book" href="https://book.douban.com/subject/26896859/" target="_blank">《当呼吸化为空气》</a> </header> <section> <p> 优秀的医生很难得,热爱文字并记录自己心得的医生更是后人的福报。本书作者保罗就是这么一个人,36岁即将走上人生巅峰的他突然查出癌症... </p> </section> </body>
posted @ 2020-10-11 13:42  就这样写  阅读(235)  评论(0编辑  收藏  举报