-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylemen.css
107 lines (100 loc) · 1.73 KB
/
stylemen.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
104
105
106
107
#mynavbar {
font-family: "Montserrat", sans-serif;
font-weight: 300;
}
#mynavbarp2 {
font-weight: 400;
}
.myfont {
font-size: smaller;
}
#blockelem {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px 50px;
}
#avatar {
width: 100%;
}
#blockelem > div:hover {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* #blockelem > div > div > button:hover {
background-color: black;
} */
/* #avatar>img:hover {
background-color: ;
} */
p {
padding: 10px;
}
#blockelem > p {
padding-top: 0px;
}
b {
padding-left: 10px;
}
#blockelem > div > div {
display: flex;
margin-right: 10px;
justify-content: space-between;
}
#filandblo {
display: grid;
grid-template-columns: 1fr 3fr;
}
#bimage {
width: 100%;
}
/* .bgimagemen {
background-image: url("https://n.nordstrommedia.com/id/b71a93a9-97ba-4d25-ac16-b3c5ef63d673.jpeg?h=417&w=1334");
height: 100%;
/*width: 100%;
background-repeat: no-repeat;
background-size: cover; */
/* position: relative;
} */
.bgimage1 {
background-image: url("https://n.nordstrommedia.com/id/b71a93a9-97ba-4d25-ac16-b3c5ef63d673.jpeg?h=417&w=1334");
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
/* position: relative; */
}
#sidenavbar {
position: sticky;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
width: auto;
}
.accordion-icon:after {
content: "\2212";
width: 0px;
font-size: 25px;
text-align: center;
border-radius: 5px;
right: 20px;
top: 11px;
position: absolute;
}
.accordion-icon.collapsed:after {
content: "\002B";
}
#accordion-icon > h2 {
width: 100%;
}
#wishlist {
border: 0px;
font-size: 25px;
background-color: white;
}
#heart>button:hover
{
color: red;
}
#item{
width: 35%;
}