jfl/life.html

70 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<!-- 导航-->
<div class="header">
<!-- logo-->
<div class="logo">
<h3>暮暮个人主页</h3>
</div>
<!--菜单-->
<div class="nav">
<a href="index.html">首页</a>
<a href="about.html">个人介绍</a>
<a href="work.html" >个人作品</a>
<a href="life.html" class="active">日常生活</a>
<a href="">联系方式</a>
</div>
</div>
<!-- 内容 -->
<div class="about">
<h3 class="about-title"> [日常生活] </h3>
<div class="life">
<div class="life-list">
<img src="img/life1.png" alt="">
<div class="ll-text">
<h3>游戏日常</h3>
<p>
这是我最爱玩的游戏之一 ———王者荣耀,
我对这游戏是又爱又恨,赢了确实很开心,
但是避免不了一些爱搞人心态的队友,
输一场赢一场是我的游戏日常。
</p>
</div>
</div>
<div class="life-list">
<img src="img/life2.png" alt="">
<div class="ll-text">
<h3>干饭日常</h3>
<p>
麻辣烫是我最爱的食物之一,我最喜欢
那种有蘸料的店,这是我学校周围的一家店,
每周必会去那里吃几次,不得不说麻辣烫里
那种小的油条真的很好吃的,放些粉丝,开启嗦粉之路。
</p>
</div>
</div>
<div class="life-list">
<img src="img/life3.png" alt="">
<div class="ll-text">
<h3>学习日常</h3>
<p>
这是我所有科目中最喜欢的一个科目,因为觉得
很有意思,也觉得很有用处,虽然有时候敲代码
时间长了容易头晕吧,但是看到自己敲的代码运
行出来的结果成功时心情会非常愉悦。
</p>
</div>
</div>
</div>
</div>
<div class="footer">
<p>设计制作:暮暮 学号324725121</p>
</div>
</body>
</html>