Skip to content

Commit

Permalink
Add Css
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfaizankhan committed May 22, 2024
1 parent 264b161 commit 2b5dc60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cafe Menu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
<head>
<meta charset="utf-8">
<title>Cafe Menu</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
<section>
<h2>Coffee</h2>
</section>
</main>
</body>
</html>
3 changes: 3 additions & 0 deletions Cafe Menu/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1{
text-align: center;
}

0 comments on commit 2b5dc60

Please sign in to comment.