File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ body {
246
246
.about h2 ,
247
247
.menu h2 ,
248
248
.products h2 ,
249
+ .modal h2 ,
249
250
.contact h2 {
250
251
text-align : center;
251
252
font-size : 2rem ;
@@ -255,6 +256,7 @@ body {
255
256
.about h2 span ,
256
257
.menu h2 span ,
257
258
.products h2 span ,
259
+ .modal h2 span ,
258
260
.contact h2 span {
259
261
color : var (--primary );
260
262
}
Original file line number Diff line number Diff line change @@ -316,12 +316,15 @@ <h3>Product 1</h3>
316
316
sapiente repudiandae iste asperiores eveniet? Facilis, voluptates?
317
317
Iure temporibus error nesciunt debitis earum a.
318
318
</ 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 >
325
328
</ div >
326
329
< div class ="product-price "> IDR 30.000 < span > IDR 40.000</ span > </ div >
327
330
< a href ="# "
You can’t perform that action at this time.
0 commit comments