Skip to content

Commit 4a39a0f

Browse files
committed
Merge branch 'john'
2 parents 38f12d7 + 4f32572 commit 4a39a0f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# AngularSignals
32

43
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.2.
@@ -26,6 +25,4 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u
2625
## Further help
2726

2827
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
29-
=======
30-
# angularSignal
31-
>>>>>>> origin/main
28+

src/app/app.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ <h4>Get it at a discount</h4>
1111
<li>Others</li>
1212
</ul>
1313
</div>
14-
<div class="box content">
14+
<div class="box content ">
1515
<h2><strong>Shopping Cart </strong> </h2>
16-
<table>
16+
<table class="shadow">
1717
<tr>
1818
<th>#</th>
1919
<th>NAME</th>

src/app/app.component.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ tr:nth-child(even) {
6161
.total-price {
6262
color: cornsilk
6363
}
64+
65+
.shadow {
66+
padding-bottom: 20px;
67+
margin-bottom: 20px;
68+
box-shadow: 0 8px 10px 0 rgba(231, 225, 66, 0.24),0 10px 30px 0 rgba(127, 232, 160, 0.96);
69+
}

0 commit comments

Comments
 (0)