-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatogorize.css
103 lines (96 loc) · 1.68 KB
/
catogorize.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
103
*{
text-align: center;
}
h1{
position: relative;
}
a{
color:#000000
}
a:link { text-decoration: none; }
@media(min-width: 80em){
.grid{
display: grid;
width: min(95%,80rem);
gap:1.0rem;
font-size: 25px;
margin-inline: auto;}
.grid21{
width: 300px;
grid-column-start: 1;
grid-row:1
}
.grid31{
width: 300px;
grid-column-start: 2;
}
.grid41{
grid-column-start: 3;
width: 300px;
}
.grid51{
grid-column-start: 4;
width: 300px;
}
.grid61{
grid-column-start: 2;
width: 300px;
}
.grid71{
grid-column-start: 3;
width: 300px;
}
}
.img{
border-radius: 15px;
width: 300px;
height: 150px;
box-shadow: 0px 8px 9px #000000;
}
.grid2{
border-radius: 15px;
background-color: rgb(196, 197, 197);
}
.grid3{
border-radius: 15px;
background-color: rgb(196, 197, 197);
}
.grid4{
background-color: rgb(196, 197, 197);
border-radius: 15px;
}
.grid5{
background-color: rgb(196, 197, 197);
border-radius: 15px;
}
.grid6{
background-color: rgb(196, 197, 197);;
border-radius: 15px;
}
.grid7{
background-color: rgb(196, 197, 197);
border-radius: 15px;
}
.grid2:hover{
box-shadow: 0px 4px 9px #000000;
}
.grid3:hover{
box-shadow: 0px 4px 9px #000000;
}
.grid4:hover{
box-shadow: 0px 4px 9px #000000;
}
.grid5:hover{
box-shadow: 0px 4px 9px #000000;
}
.grid6:hover{
box-shadow: 0px 4px 9px #000000;
}
.grid7:hover{
box-shadow: 0px 4px 9px #000000;
}
.hi{
position: relative;
top:-12px;
border-radius: 0px;
}