-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmens.css
100 lines (100 loc) · 1.61 KB
/
mens.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
#clothing {
width: 90%;
margin: auto;
}
#top {
width: 100%;
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: 400px;
}
.top2{
height: 90%;
}
.top2 > img {
width: 180px;
padding: 10px;
margin: auto;
}
.top3 {
height: 10%;
text-align: center;
}
#medium {
width: 100%;
}
#medium > img {
width: 100%;
}
#medium0 {
width: 100%;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 480px;
}
.medium1 {
height: 400px;
padding: 10px;
}
.medium2 {
height: 90%;
}
.medium2 > img {
width: 300px;
}
.medium3 {
height: 100px;
line-height: 20px;
}
#img_hiru {
width: 380px;
}
.img_hiru1 {
width: 200px;
}
button {
color: white;
border-radius: 4px;
padding: 12px 14px;
background-color: #035d59;
border: 0px;
width: 80px;
}
button:hover {
background-color: #a7e688;
}
.lower3 > p:hover {
text-decoration-line: underline;
color: #00baf2;
}
.medium3 > h4:hover {
text-decoration-line: underline;
color: #00baf2;
}
#container_hiru {
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat((4, 1fr));
}
#container_hiru > div {
padding: 10px;
line-height: 20px;
margin: 10px;
}
#container_hiru > div:hover {
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#container_hiru > div > p:hover {
text-decoration-line: underline;
color: #00baf2;
}
#filter {
padding: 10px;
border: none;
color: #235780;
}
#filter:hover {
text-decoration: underline;
text-decoration-color: #235780;
}