File tree Expand file tree Collapse file tree 2 files changed +44
-45
lines changed
Expand file tree Collapse file tree 2 files changed +44
-45
lines changed Original file line number Diff line number Diff line change 1+ .produtos {
2+ width : 940px ;
3+ margin : 0 auto;
4+ padding : 50px 0 ;
5+ }
6+
7+ .produtos li {
8+ display : inline-block;
9+ text-align : center;
10+ width : 30% ;
11+ vertical-align : top;
12+ margin : 0 1.5% ;
13+ padding : 30px 20px ;
14+ box-sizing : border-box;
15+ border : 2px solid # 000000 ;
16+ border-radius : 10px ;
17+ }
18+
19+ .produtos li : hover {
20+ border-color : # C78C19 ;
21+ }
22+
23+ .produtos li : active {
24+ border-color : # 088C19 ;
25+ }
26+
27+ .produtos li : hover h2 {
28+ font-size : 34px ;
29+ }
30+
31+ .produtos h2 {
32+ font-size : 30px ;
33+ font-weight : bold;
34+ }
35+
36+ .produto-descricao {
37+ font-size : 18px ;
38+ }
39+
40+ .produto-preco {
41+ font-size : 22px ;
42+ font-weight : bold;
43+ margin : 10px 0 ;
44+ }
Original file line number Diff line number Diff line change @@ -33,51 +33,6 @@ nav a:hover {
3333 text-decoration : underline;
3434}
3535
36- .produtos {
37- width : 940px ;
38- margin : 0 auto;
39- padding : 50px 0 ;
40- }
41-
42- .produtos li {
43- display : inline-block;
44- text-align : center;
45- width : 30% ;
46- vertical-align : top;
47- margin : 0 1.5% ;
48- padding : 30px 20px ;
49- box-sizing : border-box;
50- border : 2px solid # 000000 ;
51- border-radius : 10px ;
52- }
53-
54- .produtos li : hover {
55- border-color : # C78C19 ;
56- }
57-
58- .produtos li : active {
59- border-color : # 088C19 ;
60- }
61-
62- .produtos li : hover h2 {
63- font-size : 34px ;
64- }
65-
66- .produtos h2 {
67- font-size : 30px ;
68- font-weight : bold;
69- }
70-
71- .produto-descricao {
72- font-size : 18px ;
73- }
74-
75- .produto-preco {
76- font-size : 22px ;
77- font-weight : bold;
78- margin : 10px 0 ;
79- }
80-
8136footer {
8237 text-align : center;
8338 background : url(./ assets/bg.jpg);
You can’t perform that action at this time.
0 commit comments