-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyles.css
More file actions
89 lines (87 loc) · 1.34 KB
/
Styles.css
File metadata and controls
89 lines (87 loc) · 1.34 KB
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
/* header */
.header{
font-family: sans-serif;
}
.header-p{
color: #927B91;
padding-top: 15px;
}
.header-top{
color: #512051;
font-weight: 900;
font-size: 3rem;
}
.container-fluid{
padding: 10%;
}
/* Star rating */
.fa{
text-align: left;
color: orange;
padding-right: 5px;
}
.star-two{
margin-left: 30px;
}
.star-three{
margin-left: 60px;
}
.star-Rating{
color: #512051;
font-family: sans-serif;
padding: 1rem 1rem;
border-radius: 20px;
background-color: #F7F2F7;
text-align: center;
width: 25rem;
}
/* Review Messages */
.feature-box-left{
background-color: #512051;
position: absolute;
}
/* verified-Buyers */
.verified-Smith{
border-radius: 30px;
background-color: #512051;
margin: 20px 20px 0 10px;
width: 150px;
height: 200px;
}
.verified-Roberts{
border-radius: 30px;
background-color: #512051;
margin: 30px 20px 0 0px;
width: 150px;
height: 200px;
}
.verified-Anne{
border-radius: 30px;
background-color: #512051;
margin: 40px 30px 0 0px;
width: 150px;
height: 200px;
}
.verified-text-white{
color: white;
font-size: 12px;
margin: 10px 0 0 0;
}
.verified{
color: #D85E98
}
.woman{
margin-top: 10px;
margin-right: 10px;
width: 15%;
float: left;
border-radius: 100%;
}
@media (max-width: 900px) {
.star-two{
margin-left: 0;
}
.star-three{
margin-left: 0
}
}