Coffee

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Starbucks</title>
</head>
    <div>
     <style>
            #coffee{
             font-size: 40px;
             position: absolute;
             top: 100px;
             right: 220px;
             color: #cc6600;
            }
     .aa{
     position: absolute;
     top: 80px;
     left: 400px;
     }
     .container{
     border: 0px solid red;
     height: 200px;
     width: 350px;
     }
     .text{
     position: relative;
     left: -120px;
     top: 220px;
     }
     p{
    
     letter-spacing: 5px;
     line-height: 25px;


     }
b{
font-size: 20px;
}
.like{
position: absolute;
top: 520px;
left: 400px;
font-size: 23px;
}
.tu1{
position: relative;
top: 430px;
right: 600px;
}
.tu2{
position: relative;
top: 435px;
right: 580px;
}
.tu3{
position: relative;
top: 435px;
right: 550px;
}
         
     </style>
    </div>
<body>
       
<div class="aa">
<img id="aa" src="a.jpg" >
</div>
<div class="container" style="float: right;">
<h1 id="coffee" >
白咖啡(热/冷)
</h1>
    <p class="text">
    
     <b>白咖啡</b>是咖啡豆不加焦糖直接低温烘焙,去除了一般高温热炒及炭烤的焦枯、酸涩味,而且保留了原始咖啡的自然风味及浓郁的香气,香浓顺口而心动。不伤肠胃,不上火,低咖啡因,口感滑顺,甘醇芬芳。
    </p>
    <p class="like">
     猜你喜欢 ↓
    </p>
   <a class="tu1" href="https://www.starbucks.com.cn/menu/beverages/espresso/vanilla-flavored-latte/" target="_blank"><img src="b.jpg"></a>
   <a class="tu2" href="https://www.starbucks.com.cn/menu/beverages/espresso/espresso/" target="_blank"><img src="c.jpg"></a>
   <a class="tu3" href="https://www.starbucks.com.cn/menu/beverages/espresso/cappuccino/" target="_blank"><img src="d.jpg"></a>
</div>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/nanguo_hongdou/article/details/80373375