加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
czh2018 提交于 2019-09-18 09:00 . 一个简单的移动端页面
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./index.css">
<title>Document</title>
</head>
<body>
<div class="out-body">
<div class="title-style">
washoe
</div>
<div class="mid-style">
<p style="margin-top: 0;"><a href="#first">BIOGRAPHY</a></p>
<p><a href="#second">ANIMALLINGUISTICS</a></p>
<p><a href="#third">ANIMALETHICS</a></p>
<p>CONTACT WASHOE</p>
</div>
<div class="img-first">
<div class="first-word">one <span style="color:rgb(144,199,240)">famous</span></div>
<div class="first-word" style="margin-top:-13px;">chimpanzee</div>
<div class="content-word">"I was amazed to find out on this amazing website what an amazing chimp Washoe is. Highly <br> recommended!"<span style="font-size: 18px;"> -Jane Goodall</span> </div>
<div class="style-join">
Join Mailing List
</div>
</div>
<div style="height: 10px;background-color: black;"></div>
<div class="img-second">
<div class="second-word" id="first">Explore Washoe's Life</div>
<div class="img-second-ban"></div>
<div class="word-title-same">Growing Up with Humans</div>
<div class="word-title-same-content">Washoe learned to eat with silverware, dress herself, read magazines, sit in a chair, drink wine, and eventually she learned some ASL.</div>
<div class="btn-class-style">Learn more...</div>
</div>
<div class="img-third">
<div class="img-third-ban" id="second"></div>
<div class="word-title-same" >American Sign Language</div>
<div class="word-title-same-content">ASL is the predominant sign language of deaf communities in the United States and English-speaking parts of Canada.</div>
<div class="btn-class-style">Learn more...</div>
</div>
<div class="img-finally">
<div class="img-finally-ban" id="third"></div>
<div class="word-title-same">Animal Ethics</div>
<div class="word-title-same-content">Let us ponder the concept of nonhuman personhood and human exceptionalism.</div>
<div class="btn-class-style">Learn more...</div>
</div>
<div style="height:50px;background-color:rgb(233, 92, 65);">
</div>
<div class="bottom-style">
<div class="bottom-word">©2019 Washoe International</div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化