-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductHover.css
112 lines (103 loc) · 1.94 KB
/
productHover.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
108
109
110
111
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@1,300&family=Lilita+One&family=Nunito:wght@200&family=Rubik+Puddles&display=swap%27);");
*{
margin: 0%;
padding: 0%;
}
body{
font-family: 'Nunito', sans-serif;
}
.imgwidth{
width: 100%;
}
.mlBtm{
margin-bottom: 24px;
}
.mlBtm12{
margin-bottom: 12px;
}
.li_Image{
width: 10%;
margin-right: 2px;
}
.iconText{
display: flex;
flex-direction: row;
align-items: center;
}
.underline:hover{
text-decoration: underline;
}
.product_Layout{
margin: auto;
width: 80%;
padding: 18px;
box-sizing: border-box;
display: flex;
}
/* product navigathion left part--> */
.nav_LeftPart{
width: 15%;
}
.listHeaderUl{
width: 100%;
list-style-type: none;
}
.listleftHeader{
border-right:1px solid #ccc;
}
#ulParent_left>li{
margin-bottom: 8px;
font-size: 18px;
padding: 3px;
box-sizing: border-box;
text-decoration: none;
}
#ulParent_left>li>a{
font-family: sans-serif;
font-weight: 200;
display: block;
text-decoration: none;
color: black;
width: 100%;
}
#ulParent_left>li>a:hover{
background: rgba(0,66,133,1);
text-decoration: underline ;
color:white;
}
#ulParent_leftli_bottom:hover{
color: #06c;
background-color: white;
}
/* product navigathion right part--> */
.product_rightNav{
width: 85%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 20px;
box-sizing: border-box;
}
#right_Nav>div:nth-child(4){
width: 20%;
}
.rightHead_a{
font-family: sans-serif;
font-style: normal;
font-weight: 200;
display: block;
text-decoration: none;
color: black;
width: 100%;
}
.anchortext{
font-family: sans-serif;
font-style: normal;
font-weight: 200;
text-decoration: none;
color: #06c;
padding: 4px 0;
width: 100%;
height: 100%;
display: block;
}