Skip to content

Commit b36364a

Browse files
committed
Fix Some Features
1 parent 32c650d commit b36364a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ body {
246246
.about h2,
247247
.menu h2,
248248
.products h2,
249+
.modal h2,
249250
.contact h2 {
250251
text-align: center;
251252
font-size: 2rem;
@@ -255,6 +256,7 @@ body {
255256
.about h2 span,
256257
.menu h2 span,
257258
.products h2 span,
259+
.modal h2 span,
258260
.contact h2 span {
259261
color: var(--primary);
260262
}

index.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,15 @@ <h3>Product 1</h3>
316316
sapiente repudiandae iste asperiores eveniet? Facilis, voluptates?
317317
Iure temporibus error nesciunt debitis earum a.
318318
</p>
319-
<div class="product-stars">
320-
<i data-feather="star" class="star-full"></i>
321-
<i data-feather="star" class="star-full"></i>
322-
<i data-feather="star" class="star-full"></i>
323-
<i data-feather="star" class="star-full"></i>
324-
<i data-feather="star" class="star-full"></i>
319+
<div class="product-content">
320+
<h3>Cappuccino</h3>
321+
<div class="product-star">
322+
<i data-feather="star" class="star-full"></i>
323+
<i data-feather="star" class="star-full"></i>
324+
<i data-feather="star" class="star-full"></i>
325+
<i data-feather="star" class="star-full"></i>
326+
<i data-feather="star" class="star-full"></i>
327+
</div>
325328
</div>
326329
<div class="product-price">IDR 30.000 <span>IDR 40.000</span></div>
327330
<a href="#"

0 commit comments

Comments
 (0)