offee

来源:互联网 发布:淘宝收获日面具 编辑:程序博客网 时间:2024/06/18 12:31
<!doctype html><html lang="en"> <head>  <meta charset="UTF-8">  <title>CODING COFFEE</title>  <style type="text/css">     h1{        color:blue;    font-size:60px;} hr{    width:80%;border:2px dashed ;color:#DCDCDC;    } div{     text-align: center;    } p{     text-align: left; text-indent: 2em;         word-spacing: 5px; } .content-wrapper{     width:1080px; /*border:2px solid blue;*/ margin:0 auto; } .img{     float:left; } .offee{     float:right; width:60% }  </style> </head> <body>     <div>         <h1>CODING COFFEE MENU</h1> <hr> <div class="content-wrapper"> <div class="img"><img src="./img/c2.jpg"> </div> <div class="offee"> <h2>蓝山咖啡</h2> <p>源自三地的咖啡豆,为周年纪念综合咖啡豆带来了特别的<span>馥郁醇厚</span>。如今推出三种不同包装,让你用自己喜爱的方式体验这别具风味的一杯。 </p> </div> <div style="clear:both;"></div>         </div>         <hr> <div class="content-wrapper"> <div class="img"><img src="./img/c3.jpg"> </div> <div class="offee"> <h2>拿铁咖啡</h2> <p>作为在中国上市的第一款单一产地系列咖啡,东帝汶塔塔迈劳咖啡豆将当地的风味浓缩其中,一起来星巴克门店,感受它那平衡的草本风味吧。 </p> </div> <div style="clear:both;"></div>         </div>         <hr> <div class="content-wrapper"> <div class="img"><img src="./img/c5.jpg"> </div> <div class="offee"> <h2>意式浓缩</h2> <p>每一款臻选咖啡豆,都有着自己的个性和故事。它因人因地因天气而有着别样的风味。当你来到星巴克臻选门店,这场相遇才刚开始。和我们的黑围裙大师一起,用不同煮制方式,走进原产地的风情中。 </p> </div> <div style="clear:both;"></div>         </div>         <hr> <div class="content-wrapper"> <div class="img"><img src="./img/c7.jpg"> </div> <div class="offee"> <h2>摩卡咖啡</h2> <p>A smooth, mild blend of coffees from Mexico, Bolivia and Guatemala. </p> </div> <div style="clear:both;"></div>         </div>         <hr> <div class="content-wrapper"> <div class="img"><img src="./img/c8.jpg"> </div> <div class="offee"> <h2>卡其布诺</h2> <p>A smooth, mild blend of coffees from Mexico, Bolivia and Guatemala. </p> </div> <div style="clear:both;"></div>         </div>         <hr>  </div></body></html>

原创粉丝点击