Skip to content

Commit 4031e37

Browse files
committed
Added Requested Changes
1 parent d65d5cb commit 4031e37

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.DS_Store

6 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

Product_Display_Cards/Product_Card_04/code/index.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
<title>Image_Hover_Product_Card</title>
99
</head>
1010
<body>
11-
<div class="container">
12-
<div class="box">
13-
<img src="/Product_Display_Cards/Product_Card_04/assets/img1.png" alt="person">
14-
</div>
15-
<div class="box">
16-
<img src="/Product_Display_Cards/Product_Card_04/assets/img2.png" alt="person">
11+
<div class="Parent_Container">
12+
<div class="container">
13+
<div class="box">
14+
<img src="/Product_Display_Cards/Product_Card_04/assets/img1.png" alt="person">
15+
</div>
16+
<div class="box">
17+
<img src="/Product_Display_Cards/Product_Card_04/assets/img2.png" alt="person">
18+
</div>
1719
</div>
1820
</div>
1921
</body>

Product_Display_Cards/Product_Card_04/code/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
box-sizing: border-box;
55
}
66

7-
body {
7+
.Parent_Container {
88
display: flex;
99
justify-content: center;
1010
align-items: center;

0 commit comments

Comments
 (0)