File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed
starter/04-CSS-Layouts/challenge-2 Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ body {
2020 /* background-color: red; */
2121}
2222
23- .container ::after {
24- content : "" ;
25- display : block;
26- clear : both;
27- }
28-
2923.sale {
3024 background-color : red;
3125 color : white;
5650}
5751
5852.product-img {
59- float : left;
60- margin-right : 40px ;
53+ /* float: left; */
54+ /* margin-right: 40px; */
6155}
6256
6357/* PRODUCT INFO */
6458
6559.product-info {
66- margin-right : 40px ;
67- margin-top : 20px ;
68- width : 243px ;
69- float : left;
60+ /* margin-right: 40px; */
61+ /* margin-top: 20px; */
62+ /* width: 243px; */
63+ /* float: left; */
7064}
7165
7266.price {
7367 font-size : 20px ;
7468 margin-bottom : 5px ;
75- float : left;
69+ /* float: left; */
7670}
7771
7872.shipping {
8377 margin-top : 4px ;
8478 margin-bottom : 20px ;
8579 margin-left : 20px ;
86- float : right;
80+ /* float: right; */
8781}
8882
8983.product-description {
10599.color {
106100 width : 20px ;
107101 height : 20px ;
108- display : inline-block;
102+ /* display: inline-block; */
109103 margin : 0 5px ;
110104}
111105
138132/* PRODUCT DETAILS */
139133
140134.product-details {
141- width : 243px ;
142- float : left;
135+ /* width: 243px; */
136+ /* float: left; */
143137 margin-top : 20px ;
144138}
145139
You can’t perform that action at this time.
0 commit comments