Skip to content

Commit

Permalink
Merge pull request #2 from guanshiyin28/deploy
Browse files Browse the repository at this point in the history
Fix Some Features
  • Loading branch information
guanshiyin28 authored Dec 16, 2024
2 parents 2d41dd3 + b36364a commit bfe869a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ body {
.about h2,
.menu h2,
.products h2,
.modal h2,
.contact h2 {
text-align: center;
font-size: 2rem;
Expand All @@ -255,6 +256,7 @@ body {
.about h2 span,
.menu h2 span,
.products h2 span,
.modal h2 span,
.contact h2 span {
color: var(--primary);
}
Expand Down
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,15 @@ <h3>Product 1</h3>
sapiente repudiandae iste asperiores eveniet? Facilis, voluptates?
Iure temporibus error nesciunt debitis earum a.
</p>
<div class="product-stars">
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
<div class="product-content">
<h3>Cappuccino</h3>
<div class="product-star">
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
<i data-feather="star" class="star-full"></i>
</div>
</div>
<div class="product-price">IDR 30.000 <span>IDR 40.000</span></div>
<a href="#"
Expand Down

0 comments on commit bfe869a

Please sign in to comment.