freecodecamp//响应式 Web 设计//项目实战——1制作一个致敬业(Build a Tribute Page)


一、项目的具体要求见:

https://learn.freecodecamp.one/responsive-web-design/responsive-web-design-projects/build-a-tribute-page/

二、我的代码详情在:

https://codepen.io/janmie-cjm/pen/MWyeZbp
在这里插入图片描述

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=">
  <title>致敬业</title>
</head>
<body>
  <div id="main">
    <h1 id="title">Dr. Norman Borlaug</h1>
    <div id="img-div">
      <img id="img" src="http://image1.wulinsoso.com/hdpic/16sucai/2014/01/12/0311471111.jpg">
      <br>
      <figcaption>自然人物照</figcaption>
    </div>
    <div id="tribute-info">
      <a href="https://developer.mozilla.org/zh-CN/docs/Learn/HTML/Forms/Data_form_validation" target="_blank"><em>我是致敬业主题额外信息的外部网页</em></a>
    </div>
  </div>
</body>
</html>

CSS

body {
  width: 500px;
  height: 500px;
  font-size: 12px;
}
#img-div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
#img {
  width: 250px;
  height: auto;
}
a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: red;
}

*代码尚存在很多不足,望提出不同的意见,互相交流。*
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值