-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfruit combo.css
105 lines (73 loc) · 1.41 KB
/
fruit combo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#external{
width:80%;
margin-left:10%;
margin-right:5%;
margin-top:30px;
border-bottom:1px solid #6f737a;
padding-bottom:15px;
}
#external>button{
margin-right:20px;
margin-top: 100px;
border:0px;
background-color:white;
color:#6f737a;;
}
#external a{
color:#6f737a;
text-decoration:none;
}
#external>button:hover{
color:green;
}
#external+h1{
margin-top:100px;
margin-bottom:-150px;
font-size:55px;
margin-left:60px;
}
#bonus-deals{
margin:auto;
margin-top:200px;
width:92%;
display: grid;
grid-template-columns: repeat(4,1fr);
grid-template-rows: repeat(4,500px);
}
#bonus-deals>div{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
width:80%;
height:470px;
border-radius: 20px;
}
#bonus-deals img{
width:100%;
height: 300px;
margin-right:129px;
margin-bottom:5px;
}
#bonus-deals button{
width: 200px;
height:30px;
background-color:white;
border:none;
color:white;
border-radius: 10px;
margin-left:35px;
margin-top:-0px;
}
#bonus-deals button:hover{
background-color:green;
}
#namee{
margin-left:0px;
margin-top:10px;
text-align:center;
font-size:15px;
}
#price{
font-size:25px;
width:235px;
color: #f98d29;
margin-left: 100px;
}