Skip to content

Commit

Permalink
lam menu cafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Khanguyen2005 committed Nov 26, 2024
1 parent ae4d33a commit 6604a11
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions a-Menu-Cafe/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cafe Menu</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
<section>
<h2>Coffee</h2>
</section>
</main>
</body>
</html>
5 changes: 5 additions & 0 deletions a-Menu-Cafe/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
h1,
h2,
p {
text-align: center;
}

0 comments on commit 6604a11

Please sign in to comment.