-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.scss
More file actions
98 lines (95 loc) · 1.8 KB
/
api.scss
File metadata and controls
98 lines (95 loc) · 1.8 KB
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
.enn{
box-shadow: 2px pink;
border-color: brown;
border-style: groove;
max-width: 24%;
flex-wrap: wrap;
margin-top: 4em;
border-radius: 10px;
padding: 1em 1em 2.5em 1em;
zoom: 60%;
height: fit-content;
background-color: brown;
cursor: pointer;
left: 4em;
margin: auto;
h1{
color: #ffff;
width: 10em;
}
h2{
font-size: 2em;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#cov{
width: 15em;
color: #df22cf;
}
img{
cursor: pointer;
width: fit-content;
height: 8em;
}
.non{
display: grid;
}
.title{
max-width: 39%;
flex-wrap: wrap;
}
.cart{
border-radius: 6px;
cursor: pointer;
width: 3.7em;
height: 2.7em;
background-color: crimson;
color: forestgreen;
i{
font-size: 2.4em;
color: #ffff;
margin: 0px 0px -6px 3px;
top: 6px;
}
}
.cart:hover{
background-color: rgb(0 0 0.4);
color: #ffff;
transition: all 0.5s ease-in-out;
}
.price{
font-size: 1.9em;
}
#cert{
font-size: 2em;
color: gold;
}
}
.enn:hover{
transform: scale(1.1);
background-color: black;
color: #ffff;
}
#show{
margin: 0px 4em;
padding-bottom: 7em;
zoom: 77%;
width: fit-content;
display: flex;
flex-wrap: wrap;
}
#on{
height: 4em;
}
#header{
margin-bottom: 5em;
}
#cart{
color: forestgreen;
margin: 7px 0px 0px 5em;
font-size: 3em;
cursor: pointer;
}
#cart:hover{
color: cadetblue;
transition: all 0.5s ease-in-out;
}