File tree 4 files changed +12
-7
lines changed
Product_Display_Cards/Product_Card_04
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "liveServer.settings.port" : 5501
3
+ }
Original file line number Diff line number Diff line change 8
8
< title > Image_Hover_Product_Card</ title >
9
9
</ head >
10
10
< 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 >
17
19
</ div >
18
20
</ div >
19
21
</ body >
Original file line number Diff line number Diff line change 4
4
box-sizing : border-box;
5
5
}
6
6
7
- body {
7
+ . Parent_Container {
8
8
display : flex;
9
9
justify-content : center;
10
10
align-items : center;
You can’t perform that action at this time.
0 commit comments