Skip to content

Commit 1521e03

Browse files
committed
html1提交
1 parent 61ea206 commit 1521e03

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

HTML基础/html基础1.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<html>
2+
<head>
3+
<title>starbuzz coffee</title>
4+
<style type="text/css">
5+
body {
6+
background-color: #d2b48c;
7+
margin-left: 20%;
8+
margin-right: 20%;
9+
border: 1px dotted gray;
10+
padding: 10px 10px 10px 1px;
11+
font-family: sans-serif;
12+
}
13+
</style>
14+
</head>
15+
<body>
16+
<h1>Starbuzz coffeee Bevegages</h1>
17+
<h2>house blend,$1.49</h2>
18+
<p id=“houseblend”>A smooth, mild blend of coffees from mexico, bolivia and guatemala.</p>
19+
20+
<h2>Mocha Cafe Latte, $2.35</h2>
21+
<p>Espresso, stearmed mild and chololate syrup.</p>
22+
23+
<h2>cappuccion,$1.85</h2>
24+
<p>A spicy drink made with black tea, spices, mild and honey</p>
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)