制作美食及书--Day07

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>制作美食及书</title>
<style type="text/css">
*{ padding:0; margin:0;}
body{ font-family:"楷体"; font-size:30px; color:#F99;}
.all{ width:350px; margin:50px auto; }
.out{ float:left;}
.inner{ width:150px; height:85px; border:5px solid #39C; padding:4px; }
.text{ height:30px; line-height:30px; background: url(image/1.png) no-repeat right;}
.font1{ font-size:20px;}
.line{ color:#000; padding:0 5px;}



</style>
</head>

<body>
<div class="all">
 <div class="out left">
  <div class="inner">
   <img src="image/book02.gif"  />
  </div>
   <p class="text">
     吃货天下<span class="line">-</span><span class="font1">长沙有何楼</span>
   </p>
 </div>
  <div class="out right">
    <div class="inner">
      <img src="image/book01.gif"  />  
    </div>
     <p class="text">
         课程序<span class="line">-</span><span class="font1">读书破万卷</span>
     </p>
    </div>
</div>
</body>
</html>

posted @ 2021-01-29 14:03  MGLblog  阅读(56)  评论(0)    收藏  举报