-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhair.css
123 lines (115 loc) · 2.47 KB
/
hair.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
112
113
114
115
116
117
118
119
120
121
122
123
#container{
display: grid;
grid-template-columns: repeat(4,250px);
grid-gap: 20px;
justify-content: center;
}
#container>div{
border: 1px solid rgb(80, 191, 206);
border-radius: 7px;
height: 400px;
}
.img1{
width: 230px;
}
.big-img{
width: 100%;
}
.skin-head{
font-size: 24px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
}
.best-head{
font-size: 21px;
font-family:Verdana, Geneva, Tahoma, sans-serif;
position: relative;
left: 75px;
}
.best-s{
margin: 0%;
letter-spacing: -1px;
font-size: 12px;
text-align: center;
width: 35%;
height: 20px;
background-color: rgb(214, 79, 79);
color: rgb(248, 233, 233);
font-family: Verdana, Geneva, Tahoma, sans-serif;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.btn{
width: 230px;
height: 40px;
font-size: 17px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: rgb(70, 176, 184);
background-color: white;
/* border: 2px solid rgb(133, 170, 155); */
margin: 15px 0px 15px 8px;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-style: none;
position: relative;
top: 68px;
}
button:hover{
background-color: rgb(0,175,239);
color: white;
cursor: pointer;
}
.divContent{
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: rgb(80, 77, 77);
font-size: 15px;
height: 100px;
line-height: 14.5px;
}
.rating{
background-color: rgb(100, 175, 100);
width: 20%;
height: 20px;
padding-top: 3px;
margin: auto;
border-radius: 5px;
color: white;
}
.R-div{
margin-bottom: 0px;
}
#list-item{
display: flex;
list-style-type: none;
gap: 20px;
position: relative;
/* top: 20px; */
right: 20px;
}
#list-item>li{
border: 1px solid grey;
padding: 5px 22px;
border-radius: 15px;
position: relative;
left: 55px;
height: 30px;
}
#list-item>li:hover{
border: 1px solid rgb(0, 175, 239);
background-color: rgba(0, 175, 239, 0.05)
}
#list-item>li>a:hover{
text-decoration: underline;
}
#list-item a{
text-decoration: none;
color: rgb(0, 175, 239);
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
}
#slideshow{
display: none;
}