Skip to content

Commit

Permalink
my css is ready now
Browse files Browse the repository at this point in the history
  • Loading branch information
frostkose committed Mar 19, 2024
1 parent a1a7487 commit 7edb985
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions module2-solution/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<title>Restaurant Menu</title>
</head>
<body>
<h1>Happyy Ramadan !</h1><h2>check out our newest exclusive plates for this special month</h2>

<h1>Happy Ramadan !</h1><h2>check out our newest exclusive plates for this special month</h2>

<div class="row">

<div class="col-lg-3 col-md-6" id="pizza">

<h3>PIZZA</h3>
<p>

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
Expand All @@ -42,6 +43,7 @@ <h3>SPAGHETTI</h3>
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>

</div>

</body>
</html>

0 comments on commit 7edb985

Please sign in to comment.