forked from soumyanil22/Group_project_bobbi_brown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
userProfile.css
121 lines (106 loc) · 1.79 KB
/
userProfile.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
#navbar {
border: 1px solid black;
height: 130px;
margin-bottom: 50px;
}
#footer {
border: 1px solid black;
height: 200px;
margin-top: 100px;
}
#layout{
height: 800px;
width: 70%;
margin-left: 200px;
display: flex;
}
#left{
height: 400px;
width: 16%;
padding: 20PX;
padding-bottom: 30PX;
}
#right{
height: 800px;
width: 78%;
margin-bottom: -30px;
display: grid;
gap: 1px;
margin-top: 50px;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
}
#right>div{
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
padding: 0px 50px 50px 60px ;
letter-spacing: 2px;
}
hr{
color: solid black;
border:1px solid black;
background-color: black;
margin-bottom: 70px;
width: 250px;
margin-left: 0px;
}
*{
font-family: Arial, Helvetica, sans-serif;
}
#left{
padding: 15px;
padding-bottom: 40PX;
background-color: #F3EFEA;
padding-right: 10px;
font-size: 11px;
line-height: 22px ;
font-weight: bold;
}
#left>p:hover{
color: red;
}
.bold{
font-size: 18px;
line-height: 25px;
font-weight: bold;
}
a{
color: red;
font-family: Arial, Helvetica, sans-serif;
}
h4{
margin-top: -40px;
margin-bottom: 41px;
letter-spacing: 3px;
}
.profile{
font-size: 12px;
line-height: 18px;
text-align: center;
padding-right: 60px;
font-weight: bold;
}
.page{
font-size: 18px;
line-height: 25px;
}
.redirect{
color: red;
margin-bottom: 0px;
text-align: center;
margin-right: 50px;
cursor: pointer;
}
#e{
padding-bottom: 60px;
}
#payment,#address,#order{
cursor: pointer;
}
.usermail{
width: 30px;
height: 20px;
color: rgb(239, 105, 22);
}
#agree{
margin-top: 50px;
}